From 83bc216009d70daf633337d0e383dd1c757557e0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 14 Jul 2016 20:03:51 +0300 Subject: Add one deheader exception for sdltcpnet.cpp. --- tools/ci/scripts/deheader.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/ci/scripts/deheader.sh b/tools/ci/scripts/deheader.sh index 0d7953b88..23b097857 100755 --- a/tools/ci/scripts/deheader.sh +++ b/tools/ci/scripts/deheader.sh @@ -20,5 +20,7 @@ ${dir}/deheader -q -i "\"debug.h\"" \ -c "$CXX" \ -d "$FLAGS" \ -s "-std=gnu++1z" \ --m "-c -Werror -Wall -Wextra -Wundef -Wmissing-declarations -DLOCALEDIR=\\\"\\\" -I/usr/include $INCLUDES -I${dir}/src" $1 \ -| grep -v "portability requires" | tee -a ${LOGFILE} +-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 "portability requires" | \ +tee -a ${LOGFILE} -- cgit v1.2.3-60-g2f50