Skip to content

Commit b3110a7

Browse files
committed
enabled C++11-specific Clang warnings
1 parent d86671f commit b3110a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
5757
# we are not interested in these
5858
add_compile_options(-Wno-multichar)
5959
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)
6360
# contradicts -Wcovered-switch-default
6461
add_compile_options(-Wno-switch-default)
6562
# TODO: fix these?

0 commit comments

Comments
 (0)