mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-30 09:26:15 +02:00
suppress files in build dir for cppcheck
This commit is contained in:
parent
7f59f5c2de
commit
e5cdf47e24
1 changed files with 1 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=*:build\*"
|
||||
"--suppress=*:${CMAKE_BINARY_DIR}/_deps/*"
|
||||
"--suppress=unusedFunction"
|
||||
"--suppress=noExplicitConstructor"
|
||||
"--suppress=preprocessorErrorDirective")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue