From f50d4eeee43a87e69fdf1442943ea770c5c61939 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 2 Feb 2017 20:43:56 +0300 Subject: Add 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 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 " | \ grep -v "deheader: remove from ./src/net/sdltcpnet.cpp" | \ +grep -v "deheader: remove from resources/db/unitsdb.cpp" | \ grep -v "portability requires" | \ tee -a ${LOGFILE} -- cgit v1.2.3-60-g2f50