8000 Merge pull request #6934 from juliantaylor/werr-pointer · numpy/numpy@b8fef84 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8fef84

Browse files
committed
Merge pull request #6934 from juliantaylor/werr-pointer
TST: make pointer-arith error fatal
2 parents e072d79 + 600595f commit b8fef84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/travis-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ if [ -n "$PYTHON_OO" ]; then
2525
fi
2626

2727
# make some warnings fatal, mostly to match windows compilers
28-
werrors="-Werror=declaration-after-statement -Werror=vla -Werror=nonnull"
28+
werrors="-Werror=declaration-after-statement -Werror=vla "< 4D38 /span>
29+
werrors+="-Werror=nonnull -Werror=pointer-arith"
2930

3031
setup_base()
3132
{

0 commit comments

Comments
 (0)
0