mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
6 lines
211 B
Bash
6 lines
211 B
Bash
#!/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
|