diff options
| author | yangwei <[email protected]> | 2024-08-07 14:04:07 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-08-12 15:48:37 +0800 |
| commit | 90ca08568edfd70ff77cf4c045fda27b36a14d1c (patch) | |
| tree | 8663c42f95824104da62394c53cb6c6f459cdfc1 /CMakeLists.txt | |
| parent | 6bb5c44ee39d920cd6e3da7fab52a1a1cce548ba (diff) | |
🐎 ci(stage upgrade): split to 4 stage
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index efdec6f..97fff68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,16 +39,9 @@ if (CMAKE_CXX_CPPCHECK) "--suppress=uselessAssignmentArg" "--suppress=uninitvar" "--suppress=unusedStructMember" + "--suppress=funcArgOrderDifferent" "--suppress=unreachableCode" "--suppress=internalAstError" - "--suppress=nullPointerRedundantCheck" - "--suppress=ctunullpointer" - "--suppress=redundantAssignment" - "--suppress=duplicateValueTernary" - "--suppress=funcArgOrderDifferent" - "--suppress=*:${PROJECT_SOURCE_DIR}/vendors/*" - "--suppress=*:${PROJECT_SOURCE_DIR}/deps/toml/*" - "--suppress=*:${PROJECT_SOURCE_DIR}/deps/rbtree/*" ) set(CMAKE_C_CPPCHECK ${CMAKE_CXX_CPPCHECK}) else() |
