Skip to content

Commit

Permalink
Compile with -Wcast-function-type on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jul 14, 2020
1 parent f203579 commit 62ecad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -88,6 +88,7 @@ jobs:
- CC="gcc-10"
- CXX="g++-10"
- LDSHARED="$CC -shared"
- CFLAGS="-Wcast-function-type"
cache: ccache
- os: linux
dist: bionic
Expand Down

0 comments on commit 62ecad6

Please sign in to comment.