10BC0 MAINT: restore compiler warning check to zero warnings · ahaldane/numpy@ad398d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad398d3

Browse files
committed
MAINT: restore compiler warning check to zero warnings
1 parent de826b8 commit ad398d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tools/travis-test.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ setup_base()
5555
| grep -vE "ld returned 1|no previously-included files matching|manifest_maker: standard file '-c'" \
5656
| grep -E "warning\>" \
5757
| tee warnings
58-
# Check for an acceptable number of warnings. Some warnings are out of
59-
# our control, so adjust the number as needed. At the moment a
60-
# cython generated code produces a warning about '-2147483648L', but
61-
# the code seems to compile OK.
62-
[[ $(wc -l < warnings) -lt 2 ]]
58+
[[ $(wc -l < warnings) -lt 1 ]]
6359
fi
6460
else
6561
sysflags="$($PYTHON -c "from distutils import sysconfig; \

0 commit comments

Comments
 (0)
0