[all-commits] [llvm/llvm-project] 8b8152: [OpenMP][NFC] libomp: silence warnings on unused v...

Andrey Churbanov via All-commits all-commits at lists.llvm.org
Fri Jul 30 07:05:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b81524c6dd27b8dd7a36d525e5569cdf8d5e188
      https://github.com/llvm/llvm-project/commit/8b81524c6dd27b8dd7a36d525e5569cdf8d5e188
  Author: AndreyChurbanov <andrey.churbanov at intel.com>
  Date:   2021-07-30 (Fri, 30 Jul 2021)

  Changed paths:
    M openmp/runtime/src/kmp_affinity.cpp
    M openmp/runtime/src/kmp_alloc.cpp
    M openmp/runtime/src/kmp_barrier.cpp
    M openmp/runtime/src/kmp_lock.cpp
    M openmp/runtime/src/kmp_runtime.cpp
    M openmp/runtime/src/kmp_tasking.cpp
    M openmp/runtime/src/z_Linux_util.cpp

  Log Message:
  -----------
  [OpenMP][NFC] libomp: silence warnings on unused variables.

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

Differential Revision: https://reviews.llvm.org/D106608




More information about the All-commits mailing list