Skip to content

Commit

Permalink
#2264: cmake: enable -Wextra
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed May 10, 2024
1 parent 929566e commit 6fe9ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/turn_on_warnings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endmacro()

if(NOT DEFINED VT_WARNING_FLAGS)
add_cxx_compiler_flag_if_supported("-Wall")
# add_cxx_compiler_flag_if_supported("-Wextra")
add_cxx_compiler_flag_if_supported("-Wextra")
add_cxx_compiler_flag_if_supported("-Wno-unknown-pragmas")
add_cxx_compiler_flag_if_supported("-Wnon-virtual-dtor")
add_cxx_compiler_flag_if_supported("-Wshadow")
Expand Down

0 comments on commit 6fe9ed0

Please sign in to comment.