summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-04-30 18:07:31 -0700
committerGitHub <noreply@github.com>2019-04-30 18:07:31 -0700
commite341a7f0e1d05573c3c6ad39cc7916bb7dcf5777 (patch)
tree1c7cf8db7747e0b9294e17a896536deaef794ab8
parent374c4e031b7dad43513dcc6e7bbeb0cd76ad7cdb (diff)
parent7375abdd2ad127f2da5557cb6087a9618ca82399 (diff)
downloadnumpy-e341a7f0e1d05573c3c6ad39cc7916bb7dcf5777.tar.gz
Merge pull request #13443 from tylerjereddy/issue_13437_implicit_err
BLD, TST: implicit func errors
-rwxr-xr-xtools/travis-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh
index 1d17c6605..5860deea6 100755
--- a/tools/travis-test.sh
+++ b/tools/travis-test.sh
@@ -26,6 +26,7 @@ fi
# make some warnings fatal, mostly to match windows compilers
werrors="-Werror=vla -Werror=nonnull -Werror=pointer-arith"
+werrors="$werrors -Werror=implicit-function-declaration"
# build with c99 by default