We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7bc86 commit 375f9c2Copy full SHA for 375f9c2
cmake/CMakeCompiler.cmake
@@ -26,7 +26,7 @@ macro(setup_default_compiler_flags _project_name)
26
target_link_libraries(${_project_name} PRIVATE "-m64")
27
endif()
28
29
- target_compile_options(${_project_name} PRIVATE -Wall) # Enable all warnings
+ target_compile_options(${_project_name} PRIVATE -Wall -Wextra) # Enable all warnings
30
target_compile_options(${_project_name} PRIVATE -Werror) # Treat warnings as errors
31
32
endmacro()
0 commit comments