summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b399cc5..a6902cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,8 +47,10 @@ if (CMAKE_CXX_CPPCHECK)
"--suppress=unreachableCode"
"--suppress=internalAstError"
"--suppress=integerOverflow"
- "--suppress=*:${CMAKE_SOURCE_DIR}/infra/monitor/stellar-dump/*"
"--suppress=redundantInitialization"
+ "--suppress=*:${CMAKE_SOURCE_DIR}/infra/monitor/stellar-dump/*"
+ "--suppress=*:${CMAKE_SOURCE_DIR}/decoders/lpi_plus/libprotoident/*"
+ "--suppress=*:${CMAKE_SOURCE_DIR}/deps/*"
)
set(CMAKE_C_CPPCHECK ${CMAKE_CXX_CPPCHECK})
else()