summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2017-09-01 09:48:06 +0200
committerJulian Taylor <jtaylor.debian@googlemail.com>2017-09-01 10:01:16 +0200
commitad398d3bfd92b87b586961c2e6bc585c209760b4 (patch)
treeab90b519370efac97d4129f70077e6024cb24f44 /tools
parentde826b8526b1ee496df67b6cec844100407ba764 (diff)
downloadpython-numpy-ad398d3bfd92b87b586961c2e6bc585c209760b4.tar.gz
python-numpy-ad398d3bfd92b87b586961c2e6bc585c209760b4.tar.bz2
python-numpy-ad398d3bfd92b87b586961c2e6bc585c209760b4.zip
MAINT: restore compiler warning check to zero warnings
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-test.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh
index 2a57c9873..cbc1614bd 100755
--- a/tools/travis-test.sh
+++ b/tools/travis-test.sh
@@ -55,11 +55,7 @@ setup_base()
| grep -vE "ld returned 1|no previously-included files matching|manifest_maker: standard file '-c'" \
| grep -E "warning\>" \
| tee warnings
- # Check for an acceptable number of warnings. Some warnings are out of
- # our control, so adjust the number as needed. At the moment a
- # cython generated code produces a warning about '-2147483648L', but
- # the code seems to compile OK.
- [[ $(wc -l < warnings) -lt 2 ]]
+ [[ $(wc -l < warnings) -lt 1 ]]
fi
else
sysflags="$($PYTHON -c "from distutils import sysconfig; \