summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-14 20:56:17 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-14 20:56:17 +0300
commit5865c48f81cc988a3aebe353897d68c43f05378b (patch)
tree63cffaf262afc038fcdd5163f18a933b7628ef20
parent83bc216009d70daf633337d0e383dd1c757557e0 (diff)
downloadplus-5865c48f81cc988a3aebe353897d68c43f05378b.tar.gz
plus-5865c48f81cc988a3aebe353897d68c43f05378b.tar.bz2
plus-5865c48f81cc988a3aebe353897d68c43f05378b.tar.xz
plus-5865c48f81cc988a3aebe353897d68c43f05378b.zip
Add another exception into deheader.
-rwxr-xr-xtools/ci/scripts/deheader.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/scripts/deheader.sh b/tools/ci/scripts/deheader.sh
index 23b097857..b1a335c71 100755
--- a/tools/ci/scripts/deheader.sh
+++ b/tools/ci/scripts/deheader.sh
@@ -22,5 +22,6 @@ ${dir}/deheader -q -i "\"debug.h\"" \
-s "-std=gnu++1z" \
-m "-c -Werror -Wall -Wextra -Wundef -Wmissing-declarations -DLOCALEDIR=\\\"\\\" -I/usr/include $INCLUDES -I${dir}/src" $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 "portability requires" | \
tee -a ${LOGFILE}