[Openmp-commits] [PATCH] D96582: [OpenMP] Add void casts to silence unused variable warnings

Martin Storsjö via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 12 01:51:59 PST 2021


mstorsjo created this revision.
mstorsjo added reviewers: hbae, AndreyChurbanov.
Herald added subscribers: guansong, yaxunl.
mstorsjo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
Herald added a project: OpenMP.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96582

Files:
  openmp/runtime/src/kmp_affinity.cpp
  openmp/runtime/src/kmp_atomic.cpp
  openmp/runtime/src/kmp_io.cpp
  openmp/runtime/src/kmp_tasking.cpp
  openmp/runtime/src/z_Windows_NT_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96582.323253.patch
Type: text/x-patch
Size: 6065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210212/cfe5f2f3/attachment.bin>


More information about the Openmp-commits mailing list