We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wswitch-default
1 parent 8ea0aeb commit cbebcd7Copy full SHA for cbebcd7
1 file changed
cmake/compileroptions.cmake
@@ -107,6 +107,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
107
add_compile_options_safe(-Wno-date-time)
108
add_compile_options(-Wno-disabled-macro-expansion)
109
add_compile_options_safe(-Wno-bitwise-instead-of-logical)
110
+ add_compile_options_safe(-Wno-switch-default)
111
112
# these cannot be fixed properly without adopting later C++ standards
113
add_compile_options_safe(-Wno-unsafe-buffer-usage)
0 commit comments