summaryrefslogtreecommitdiff
path: root/hacks/cppcheck
blob: 09af269eb025e4f9b83276365b8841e7eb5da278 (plain)
1
2
#!/bin/bash
cppcheck --enable=all --quiet -U check --suppress=passedByValue --suppress=useStlAlgorithm --suppress=syntaxError src test > log 2>&1