Skip to content

Commit e7559f0

Browse files
committed
build: drop default enabled options
1 parent d36aebc commit e7559f0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmake/modules/DispatchCompilerWarnings.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ else()
1313
add_compile_options(-Wunreachable-code)
1414
add_compile_options(-Wshadow)
1515
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)
2016
add_compile_options(-Wassign-enum)
2117
add_compile_options(-Wshorten-64-to-32)
2218
add_compile_options(-Wnewline-eof)
23-
add_compile_options(-Wdeprecated-declarations)
2419
add_compile_options(-Wsign-conversion)
2520
add_compile_options(-Winfinite-recursion)
2621
add_compile_options(-Warray-bounds-pointer-arithmetic)

0 commit comments

Comments
 (0)