[Openmp-commits] [PATCH] D49904: [CMake] Disable -Wstringop-overflow
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jul 30 11:25:50 PDT 2018
Hahnfeld added a comment.
In https://reviews.llvm.org/D49904#1180626, @xbolva00 wrote:
> Can you turn off -Woverloaded-virtual for GCC? There are warnings during the build, which are not relevant (according to the person who commited the change which caused this warning with GCC, I asked him to check it some time ago)
I'm not seeing any of these for `libomp` which this change is for. AFAICS there are no virtual methods in the OpenMP runtime, are you maybe talking about LLVM?
Repository:
rL LLVM
https://reviews.llvm.org/D49904
More information about the Openmp-commits
mailing list