mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
suppress unmatchedSuppression
This commit is contained in:
parent
9396a78d71
commit
1bc541cf5e
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,7 @@ if(CMAKE_VERSION VERSION_EQUAL "3.19.0" OR CMAKE_VERSION VERSION_GREATER
|
|||
"--project=${CMAKE_BINARY_DIR}/compile_commands.json"
|
||||
"--error-exitcode=10"
|
||||
"--inline-suppr"
|
||||
"--suppress=*:${CMAKE_BINARY_DIR}/_deps/*"
|
||||
"--suppress=*:${CMAKE_BINARY_DIR}/*"
|
||||
"--suppress=unusedFunction"
|
||||
"--suppress=noExplicitConstructor"
|
||||
"--suppress=missingInclude"
|
||||
|
@ -52,6 +52,7 @@ if(CMAKE_VERSION VERSION_EQUAL "3.19.0" OR CMAKE_VERSION VERSION_GREATER
|
|||
"--suppress=shadowVariable"
|
||||
"--suppress=stlIfStrFind"
|
||||
"--suppress=useStlAlgorithm"
|
||||
"--suppress=unmatchedSuppression"
|
||||
"--suppress=virtualCallInConstructor")
|
||||
|
||||
if(CPPCHECK_ARGS)
|
||||
|
|
Loading…
Add table
Reference in a new issue