Skip to content

Commit b4165e6

Browse files
committed
Disable over-verbose warnings and enable useful ones
1 parent 3105e32 commit b4165e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/optimization_flags.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
set(ADDITIONAL_DEBUG_COMPILE_OPTIONS
22
"-Wall"
33
#"-Wpedantic"
4-
#"-Wextra"
4+
"-Wextra"
55
"-Waddress"
66
"-Waggressive-loop-optimizations"
77
#"-Wcast-qual"
8-
"-Wcast-align"
8+
#"-Wcast-align"
99
"-Wbad-function-cast"
1010
"-Wmissing-declarations"
1111
"-Wmissing-parameter-type"

0 commit comments

Comments
 (0)