diff options
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/scripts/deheader.sh | 1 |
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} |