diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-02 23:53:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-12-03 21:23:07 +0100 |
| commit | 7d1bbe772c7a14c827600b0740ae0ae0fcf05d5d (patch) | |
| tree | 99ff2fd0ab5a09be9a0fc5d618bdd6ed05ddd4e8 /hacks/cppcheck | |
| parent | d9f4ffe3c6e9431ad2d875bb5140e8640c970876 (diff) | |
Improve cppcheck script slightly.
Diffstat (limited to 'hacks/cppcheck')
| -rwxr-xr-x | hacks/cppcheck | 2 |
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 |
