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 931b82b commit 585c305Copy full SHA for 585c305
CMakeLists.txt
@@ -76,11 +76,11 @@ elseif(CABLE_COMPILER_GNU)
76
set(CMAKE_CXX_FLAGS_COVERAGE "--coverage")
77
endif()
78
79
-# -Wcast-qual
80
-# -Wcast-align
81
-# $<$<COMPILE_LANGUAGE:CXX>:-Wold-style-cast>
82
add_compile_options(
+ #-Wcast-qual
+ #-Wcast-align
83
-Wmissing-declarations
+ $<$<COMPILE_LANGUAGE:CXX>:-Wold-style-cast>
84
$<$<COMPILE_LANGUAGE:CXX>:-Wextra-semi>
85
)
86
cable_add_cxx_compiler_flag_if_supported(-Wno-unknown-attributes)
@@ -105,6 +105,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES Clang)
105
-Wno-documentation
106
-Wno-documentation-unknown-command
107
-Wno-bad-function-cast
108
+ -Wno-exit-time-destructors
109
110
111
0 commit comments