Skip to content

Commit

Permalink
don't fail in non-clang builds, only care about noggit itself
Browse files Browse the repository at this point in the history
  • Loading branch information
bloerwald committed Dec 13, 2024
1 parent c5da387 commit 5bf063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ add_noggit_compiler_flag_if_supported (/we4458) # class members
add_noggit_compiler_flag_if_supported (/we4459) # global declaration
#add_noggit_compiler_flag_if_supported (-Werror=shadow)

add_global_compiler_flag_if_supported (-fcolor-diagnostics)
add_noggit_compiler_flag_if_supported (-fcolor-diagnostics)

if( NOGGIT_ALL_WARNINGS )
MESSAGE( STATUS "Spilling out mass warnings." )
Expand Down

0 comments on commit 5bf063a

Please sign in to comment.