Added an additional suppression to the cppcheck call.

This commit is contained in:
Cyrus 2021-01-26 15:10:47 -05:00
parent f80d9af3b7
commit a04b697c9a

View File

@ -251,6 +251,7 @@ if(STATIC_ANALYSIS)
--error-exitcode=1
--verbose
--suppress=readdirCalled
--suppress=passedByValue
-I include/
src/
)