We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 683d09d + 3a17a38 commit 5b1e51fCopy full SHA for 5b1e51f
cmake/warnings.cmake
@@ -28,6 +28,4 @@ target_compile_options(
28
-Wshadow
29
$<$<CXX_COMPILER_ID:GNU>:-Wuseless-cast>
30
-Wunused
31
- $<$<CXX_COMPILER_ID:Clang>:-Wmissing-prototypes>
32
- # warnings turned off
33
- $<$<CXX_COMPILER_ID:Clang>:-Wno-gnu-string-literal-operator-template>)
+ $<$<CXX_COMPILER_ID:Clang>:-Wmissing-prototypes>)
0 commit comments