We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86671f commit b3110a7Copy full SHA for b3110a7
CMakeLists.txt
@@ -57,9 +57,6 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
57
# we are not interested in these
58
add_compile_options(-Wno-multichar)
59
add_compile_options(-Wno-four-char-constants)
60
- # ignore C++11-specific warning
61
- add_compile_options(-Wno-suggest-override)
62
- add_compile_options(-Wno-suggest-destructor-override)
63
# contradicts -Wcovered-switch-default
64
add_compile_options(-Wno-switch-default)
65
# TODO: fix these?
0 commit comments