From 10d1e98dafc3c692163582f8051b4f691fdf7d38 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 2 Feb 2017 21:25:57 +0300 Subject: Fix deheader exception for climits.h --- tools/ci/scripts/deheader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ci/scripts') 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 " | \ grep -v "deheader: remove from ./src/net/sdltcpnet.cpp" | \ -grep -v "deheader: remove from resources/db/unitsdb.cpp" | \ +grep -v "deheader: remove from ./src/resources/db/unitsdb.cpp" | \ grep -v "portability requires" | \ tee -a ${LOGFILE} -- cgit v1.2.3-60-g2f50