Skip to content

Commit c4bfaf6

Browse files
authored
Correct spelling of passedByValue
1 parent fc4d419 commit c4bfaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dynamic_project_options(
9191
--suppress=internalAstError
9292
# if a file does not have an internalAstError, we get an unmatchedSuppression error
9393
--suppress=unmatchedSuppression
94-
--suppress=passByValue
94+
--suppress=passedByValue
9595
--inconclusive)
9696

9797
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "9")

0 commit comments

Comments
 (0)