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 3b65365 commit 1d80092Copy full SHA for 1d80092
cdk/cmake/testing.cmake
@@ -152,10 +152,11 @@ IF(WITH_TESTS)
152
153
target_include_directories(${TEST} PRIVATE ${test_includes})
154
155
+ target_compile_options(${TEST} PRIVATE ${TEST_COMPILE_FLAGS})
156
+
157
if (MSVC)
158
159
target_compile_options(${TEST} PRIVATE
- ${TEST_COMPILE_FLAGS}
160
/W3
161
/wd4244
162
/wd4267
@@ -174,7 +175,6 @@ IF(WITH_TESTS)
174
175
elseif((CMAKE_SYSTEM_NAME MATCHES "SunOS") OR CMAKE_COMPILER_IS_GNUCXX)
176
177
178
-Wno-unused-but-set-variable
179
-Wno-maybe-uninitialized
180
-Wno-unused-value
0 commit comments