From 5865c48f81cc988a3aebe353897d68c43f05378b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 14 Jul 2016 20:56:17 +0300 Subject: Add another exception into deheader. --- tools/ci/scripts/deheader.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 " | \ +grep -v "deheader: remove from ./src/net/sdltcpnet.cpp" | \ grep -v "portability requires" | \ tee -a ${LOGFILE} -- cgit v1.2.3-70-g09d2