This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Eliminate some compiler warnings
ClosedPublic

Authored by jlpeyton on Apr 22 2019, 3:10 PM.

Details

Summary
  1. Remove accidental == for =
  2. Assign values to variables to appease compiler
  3. Surround debug code with KMP_DEBUG
  4. Remove unused local typedefs

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton created this revision.Apr 22 2019, 3:10 PM
This revision is now accepted and ready to land.Apr 23 2019, 12:17 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 30 2019, 12:12 PM