Skip to content

Commit

Permalink
Merge pull request numpy#13443 from tylerjereddy/issue_13437_implicit…
Browse files Browse the repository at this point in the history
…_err

BLD, TST: implicit func errors
  • Loading branch information
seberg authored May 1, 2019
2 parents 374c4e0 + 7375abd commit e341a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/travis-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e341a7f

Please sign in to comment.