We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15d7325 + ea42b53 commit f375bfbCopy full SHA for f375bfb
1 file changed
src/StaticAnalyzers.cmake
@@ -7,6 +7,10 @@ macro(enable_cppcheck)
7
${CPPCHECK}
8
--enable=style,performance,warning,portability
9
--inline-suppr
10
+ # We cannot act on a bug/missing feature of cppcheck
11
+ --suppress=internalAstError
12
+ # if a file does not have an internalAstError, we get an unmatchedSuppression error
13
+ --suppress=unmatchedSuppression
14
--inconclusive)
15
if(NOT
16
"${CMAKE_CXX_STANDARD}"
0 commit comments