aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2022-02-02 12:00:56 -0800
committerLukas Rusak <lorusak@gmail.com>2022-02-02 17:53:48 -0800
commitec73950d2e51a54e3b49109d6e51b62219f43d9c (patch)
tree4b39e1b378c0b66daba473d5102196c93a08ff58
parent45dad8dc254bf4d105ecdc95c42188409e298d3a (diff)
[cmake] cppcheck: remove conflicting switches
-rw-r--r--cmake/scripts/common/StaticAnalysis.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/scripts/common/StaticAnalysis.cmake b/cmake/scripts/common/StaticAnalysis.cmake
index 85c0087f0f..5390dba1ac 100644
--- a/cmake/scripts/common/StaticAnalysis.cmake
+++ b/cmake/scripts/common/StaticAnalysis.cmake
@@ -11,8 +11,6 @@ if(CPPCHECK_EXECUTABLE)
--project=${CMAKE_BINARY_DIR}/compile_commands.json
--std=c++${CMAKE_CXX_STANDARD}
--enable=all
- --verbose
- --quiet
--xml
--xml-version=2
--language=c++