summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-02 21:25:57 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-02 22:14:54 +0300
commit10d1e98dafc3c692163582f8051b4f691fdf7d38 (patch)
tree2d1ad495473078ebe4b78a6b6d12ca15ee405a54 /tools
parent144dbc4a57c44b28a3c59ac86ba62f97cf4444f4 (diff)
downloadplus-10d1e98dafc3c692163582f8051b4f691fdf7d38.tar.gz
plus-10d1e98dafc3c692163582f8051b4f691fdf7d38.tar.bz2
plus-10d1e98dafc3c692163582f8051b4f691fdf7d38.tar.xz
plus-10d1e98dafc3c692163582f8051b4f691fdf7d38.zip
Fix deheader exception for climits.h
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/scripts/deheader.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/deheader.sh b/tools/ci/scripts/deheader.sh
index 24accc2e2..e221951a7 100755
--- a/tools/ci/scripts/deheader.sh
+++ b/tools/ci/scripts/deheader.sh
@@ -23,6 +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 "deheader: remove <climits> from ./src/resources/db/unitsdb.cpp" | \
grep -v "portability requires" | \
tee -a ${LOGFILE}