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

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