mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Indent, add dir, allow inconclusive.
This commit is contained in:
parent
02b02a7615
commit
853a6af62d
@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# --check-config - to list headers that can't be found.
|
# --check-config - to list headers that can't be found.
|
||||||
cppcheck --report-progress --force --enable=all -I/usr/include \
|
cppcheck --report-progress --force --enable=all \
|
||||||
-I/usr/include/linux -I/usr/lib/gcc/x86_64-linux-gnu/4.8/include \
|
-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 \
|
||||||
../darkhttpd.c
|
../darkhttpd.c
|
||||||
|
Loading…
Reference in New Issue
Block a user