darkhttpd/devel/cppcheck

10 lines
282 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.
2016-01-10 16:31:58 +03:00
cppcheck --report-progress --force --enable=all \
-I/usr/include \
-I/usr/include/linux \
-I/usr/lib/gcc/x86_64-linux-gnu/4.8/include \
-I/usr/include/x86_64-linux-gnu \
--inconclusive \
2014-01-07 19:05:00 +04:00
../darkhttpd.c