projects
/
darkhttpd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a38f9
)
cppcheck: use --force to check all #ifdef configurations.
author
Emil Mikulic
<emikulic@gmail.com>
Mon, 26 May 2014 11:56:29 +0000
(21:56 +1000)
committer
Emil Mikulic
<emikulic@gmail.com>
Mon, 26 May 2014 11:56:29 +0000
(21:56 +1000)
devel/cppcheck
patch
|
blob
|
history
diff --git
a/devel/cppcheck
b/devel/cppcheck
index
8ce11df
..
35567f9
100755
(executable)
--- a/
devel/cppcheck
+++ b/
devel/cppcheck
@@
-1,5
+1,5
@@
#!/bin/bash
# --check-config - to list headers that can't be found.
-cppcheck --report-progress --enable=all -I/usr/include \
+cppcheck --report-progress --
force --
enable=all -I/usr/include \
-I/usr/include/linux -I/usr/lib/gcc/x86_64-linux-gnu/4.8/include \
../darkhttpd.c