diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-02 20:43:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-02 20:43:56 +0300 |
commit | f50d4eeee43a87e69fdf1442943ea770c5c61939 (patch) | |
tree | 9067027548c6eff591f063e429e9d47bed9ad2d4 /tools/ci | |
parent | c69ae44f962101c838c85b8ceeea91adcdd33629 (diff) | |
download | plus-f50d4eeee43a87e69fdf1442943ea770c5c61939.tar.gz plus-f50d4eeee43a87e69fdf1442943ea770c5c61939.tar.bz2 plus-f50d4eeee43a87e69fdf1442943ea770c5c61939.tar.xz plus-f50d4eeee43a87e69fdf1442943ea770c5c61939.zip |
Add exception into deheader.
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/scripts/deheader.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/scripts/deheader.sh b/tools/ci/scripts/deheader.sh index 2cd3433d4..24accc2e2 100755 --- a/tools/ci/scripts/deheader.sh +++ b/tools/ci/scripts/deheader.sh @@ -23,5 +23,6 @@ ${dir}/deheader -q -i "\"debug.h\"" \ -m "-c -Werror -Wall -Wextra -Wundef -Wmissing-declarations -DLOCALEDIR=\\\"\\\" -I/usr/include $INCLUDES -I${dir}/src" $1 2>&1 | \ grep -v "deheader: ./src/net/sdltcpnet.cpp has more than one inclusion of <netinet/tcp.h>" | \ grep -v "deheader: remove <netinet/tcp.h> from ./src/net/sdltcpnet.cpp" | \ +grep -v "deheader: remove <climits> from resources/db/unitsdb.cpp" | \ grep -v "portability requires" | \ tee -a ${LOGFILE} |