We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wctad-maybe-unsupported
1 parent b64c7dc commit 304df2dCopy full SHA for 304df2d
1 file changed
gui/CMakeLists.txt
@@ -75,8 +75,8 @@ CheckOptions:
75
# caused by Qt generated moc code - see https://bugreports.qt.io/browse/QTBUG-100915
76
target_compile_options_safe(cppcheck-gui -Wno-redundant-parens)
77
endif()
78
- if(QT_VERSION VERSION_EQUAL "6.9.0")
79
- # caused by Qt generated moc code in 6.9.0 - see https://bugreports.qt.io/browse/QTBUG-135638
+ if(QT_VERSION VERSION_GREATER_EQUAL "6.9.0")
+ # caused by Qt generated moc code starting with 6.9.0 - see https://bugreports.qt.io/browse/QTBUG-135638
80
target_compile_options_safe(cppcheck-gui -Wno-ctad-maybe-unsupported)
81
82
0 commit comments