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.
1 parent d36aebc commit e7559f0Copy full SHA for e7559f0
cmake/modules/DispatchCompilerWarnings.cmake
@@ -13,14 +13,9 @@ else()
13
add_compile_options(-Wunreachable-code)
14
add_compile_options(-Wshadow)
15
add_compile_options(-Wconversion)
16
- add_compile_options(-Wconstant-conversion)
17
- add_compile_options(-Wint-conversion)
18
- add_compile_options(-Wbool-conversion)
19
- add_compile_options(-Wenum-conversion)
20
add_compile_options(-Wassign-enum)
21
add_compile_options(-Wshorten-64-to-32)
22
add_compile_options(-Wnewline-eof)
23
- add_compile_options(-Wdeprecated-declarations)
24
add_compile_options(-Wsign-conversion)
25
add_compile_options(-Winfinite-recursion)
26
add_compile_options(-Warray-bounds-pointer-arithmetic)
0 commit comments