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.
-Wsuggest-attribute=noreturn
1 parent f3e4824 commit 5c5b978Copy full SHA for 5c5b978
gui/test/resultstree/CMakeLists.txt
@@ -43,11 +43,13 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
43
# caused by Qt generated moc code starting with 6.9.0 - see https://bugreports.qt.io/browse/QTBUG-135638
44
target_compile_options_safe(test-resultstree -Wno-ctad-maybe-unsupported)
45
endif()
46
- # caused by mocs
+ # caused by mocks
47
target_compile_options_safe(test-resultstree -Wno-missing-noreturn)
48
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
49
# caused by mocs
50
target_compile_options_safe(test-resultstree -Wno-useless-cast)
51
52
+ target_compile_options_safe(test-resultstree -Wno-suggest-attribute=noreturn)
53
54
55
if (REGISTER_GUI_TESTS)
0 commit comments