10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de826b8 commit ad398d3Copy full SHA for ad398d3
tools/travis-test.sh
@@ -55,11 +55,7 @@ setup_base()
55
| grep -vE "ld returned 1|no previously-included files matching|manifest_maker: standard file '-c'" \
56
| grep -E "warning\>" \
57
| 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 ]]
+ [[ $(wc -l < warnings) -lt 1 ]]
63
fi
64
else
65
sysflags="$($PYTHON -c "from distutils import sysconfig; \
0 commit comments