Add script to run cppcheck.

This commit is contained in:
Emil Mikulic 2014-01-08 02:05:00 +11:00
parent c44730e177
commit c97d2c4042

5
devel/cppcheck Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# --check-config - to list headers that can't be found.
cppcheck --report-progress --enable=all -I/usr/include \
-I/usr/include/linux -I/usr/lib/gcc/x86_64-linux-gnu/4.8/include \
../darkhttpd.c