[Openmp-commits] [PATCH] D106608: [OpenMP][NFC] Cleanup: silence warnings on unused variables.

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 22 15:29:57 PDT 2021


AndreyChurbanov created this revision.
AndreyChurbanov added reviewers: hbae, jlpeyton, tlwilmar, Nawrin.
AndreyChurbanov added a project: OpenMP.
Herald added subscribers: jfb, guansong, yaxunl.
AndreyChurbanov requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.

Put declarations/definitions of unused variables under corresponding macros to silence clang warnings.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106608

Files:
  openmp/runtime/src/kmp_affinity.cpp
  openmp/runtime/src/kmp_alloc.cpp
  openmp/runtime/src/kmp_barrier.cpp
  openmp/runtime/src/kmp_lock.cpp
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/kmp_tasking.cpp
  openmp/runtime/src/z_Linux_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106608.361000.patch
Type: text/x-patch
Size: 8498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210722/af7f046f/attachment-0001.bin>


More information about the Openmp-commits mailing list