projects
/
darkhttpd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Mark cppcheck executable.
[darkhttpd]
/
devel
/
cppcheck
1
#!/bin/bash
2
# --check-config - to list headers that can't be found.
3
cppcheck --report-progress --enable=all -I/usr/include \
4
-I/usr/include/linux -I/usr/lib/gcc/x86_64-linux-gnu/4.8/include \
5
../darkhttpd.c