summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-15 19:41:28 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-15 19:41:28 +0300
commit7639db8cec67fde349e41076738336a9d6ebe55d (patch)
tree40f74162f2ffd2ac8cabf3dad2277aafa1f8a4c7 /tools
parentf06424172d147bc444cf4f0c95ff3d92864d5f88 (diff)
downloadplus-7639db8cec67fde349e41076738336a9d6ebe55d.tar.gz
plus-7639db8cec67fde349e41076738336a9d6ebe55d.tar.bz2
plus-7639db8cec67fde349e41076738336a9d6ebe55d.tar.xz
plus-7639db8cec67fde349e41076738336a9d6ebe55d.zip
Fix compilation with gcc 4.4 and add exception into deheader script.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/jobs/deheader2.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/jobs/deheader2.sh b/tools/ci/jobs/deheader2.sh
index f355760ad..ced2aeea7 100755
--- a/tools/ci/jobs/deheader2.sh
+++ b/tools/ci/jobs/deheader2.sh
@@ -22,6 +22,7 @@ grep "deheader:" ${LOGFILE} \
| grep -v "deheader: remove <linux/tcp.h> from ./src/net/sdltcpnet.cpp" \
| grep -v "deheader: remove <netdb.h> from ./src/net/sdltcpnet.cpp" \
| grep -v "deheader: remove <netinet/in.h> from ./src/net/sdltcpnet.cpp" \
+| grep -v "deheader: remove <climits> from ./src/resources/map/map.cpp" \
| grep -v "deheader: remove <climits> from ./src/units.cpp" > ${LOGFILE2}
export DATA=$(cat ${LOGFILE2})