summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhacks/cppcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacks/cppcheck b/hacks/cppcheck
index 2b91b8922..09af269eb 100755
--- a/hacks/cppcheck
+++ b/hacks/cppcheck
@@ -1,2 +1,2 @@
#!/bin/bash
-cppcheck --enable=all --quiet -U check . > log 2>&1 \ No newline at end of file
+cppcheck --enable=all --quiet -U check --suppress=passedByValue --suppress=useStlAlgorithm --suppress=syntaxError src test > log 2>&1