summaryrefslogtreecommitdiff
path: root/build/makecheck1
blob: 58f231e1461e60f6ac3a3a3811c3651867590c9e (plain) (blame)
1
2
3
#!/bin/bash

cppcheck --enable=style --enable=information --enable=unusedFunction --force -j 5 -v .. 1>makecheck.txt 2>logs/cppcheck1.txt