darkhttpd/devel/cppcheck

6 lines
219 B
Plaintext
Raw Normal View History

2014-01-07 19:05:00 +04:00
#!/bin/bash
# --check-config - to list headers that can't be found.
cppcheck --report-progress --force --enable=all -I/usr/include \
2014-01-07 19:05:00 +04:00
-I/usr/include/linux -I/usr/lib/gcc/x86_64-linux-gnu/4.8/include \
../darkhttpd.c