Skip to content

Commit 2b8dd4e

Browse files
committed
Add the accidentally removed -Wall
Signed-off-by: Greg Bonik <gbonik@nvidia.com>
1 parent 9726a8b commit 2b8dd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (NOT ALLOW_WARNINGS)
2020
if (MSVC)
2121
add_compile_options(/WX)
2222
else()
23-
add_compile_options(-Werror)
23+
add_compile_options(-Wall -Werror)
2424
endif()
2525
else()
2626
if (MSVC)

0 commit comments

Comments
 (0)