We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4d419 commit c4bfaf6Copy full SHA for c4bfaf6
CMakeLists.txt
@@ -91,7 +91,7 @@ dynamic_project_options(
91
--suppress=internalAstError
92
# if a file does not have an internalAstError, we get an unmatchedSuppression error
93
--suppress=unmatchedSuppression
94
- --suppress=passByValue
+ --suppress=passedByValue
95
--inconclusive)
96
97
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "9")
0 commit comments