This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add void casts to silence unused variable warnings
ClosedPublic

Authored by mstorsjo on Feb 12 2021, 1:51 AM.

Details

Summary

These variables are used only in certain build configurations, or marked with a todo comment indicating that they should be used/checked/reported.

Diff Detail

Event Timeline

mstorsjo created this revision.Feb 12 2021, 1:51 AM
mstorsjo requested review of this revision.Feb 12 2021, 1:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: sstefan1. · View Herald Transcript
This revision is now accepted and ready to land.Feb 12 2021, 8:13 AM
This revision was landed with ongoing or failed builds.Feb 12 2021, 11:56 AM
This revision was automatically updated to reflect the committed changes.