Skip to content

Commit

Permalink
test for redundant declarations in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Sep 14, 2020
1 parent feac21e commit 1846374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ install:
- export LOCAL=$(pwd)/local
- export LDFLAGS="-Wl,-rpath,$LOCAL/lib"
- ./.build_dependencies
- ./configure --with-mpir=${LOCAL} --with-mpfr=${LOCAL} --prefix=${LOCAL}
- ./configure CFLAGS="-Wredundant-decls" --with-mpir=${LOCAL} --with-mpfr=${LOCAL} --prefix=${LOCAL}
- ${MAKE}
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then otool -L libflint.dylib; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down

0 comments on commit 1846374

Please sign in to comment.