[Openmp-commits] [PATCH] D11253: [cmake] Support enabling -Werror in the OpenMP runtime CMake build and clean up the build.
Jonathan Peyton
jonathan.l.peyton at intel.com
Thu Jul 16 09:02:44 PDT 2015
jlpeyton added a comment.
Nope, that's the only thing. After that change, you can commit. Thanks for doing this! Jack Howarth and I had been doing work earlier to try and clean up some of these warnings, but I know there are still many to fix still. Now we can go through and clean up the warnings piecemeal by commenting out a -Wflag.
P.S. If anyone is wondering why we test for -Wflag and not -Wno-flag, it is because I saw gcc 4.8 and 4.9 accept '-Wno-this-cannot-be-a-flag' as a flag, but it did not accept '-Wthis-cannot-be-a-flag'.
http://reviews.llvm.org/D11253
More information about the Openmp-commits
mailing list