[Openmp-commits] [PATCH] D104303: [OpenMP] Remove unused variables from libomp code

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 15 11:13:43 PDT 2021


jlpeyton added a comment.

Can you remove the lines from runtime/cmake/LibompHandleFlags.cmake:

libomp_append(flags_local -Wno-uninitialized LIBOMP_HAVE_WNO_UNINITIALIZED_FLAG)
libomp_append(flags_local -Wno-unused-but-set-variable LIBOMP_HAVE_WNO_UNUSED_BUT_SET_VARIABLE_FLAG)

inside the libomp_get_cxxflags function?

Were these seen from gcc warnings or a static analysis tool?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104303/new/

https://reviews.llvm.org/D104303



More information about the Openmp-commits mailing list