mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Add script to run cppcheck.
This commit is contained in:
parent
c44730e177
commit
c97d2c4042
5
devel/cppcheck
Normal file
5
devel/cppcheck
Normal 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
|
Loading…
Reference in New Issue
Block a user