Skip to content

Commit

Permalink
Travis: Adds -Wall and -Werror gcc flags to automatic build.
Browse files Browse the repository at this point in the history
Signed-off-by: tomponline <tomp@tomp.uk>
  • Loading branch information
tomponline authored and Christian Brauner committed May 18, 2019
1 parent 9e5d932 commit 8470bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ before_install:
script:
- ./coccinelle/run-coccinelle.sh -i
- git diff --exit-code
- export CFLAGS="-Wall -Werror"
- ./autogen.sh
- rm -Rf build
- mkdir build
Expand Down

0 comments on commit 8470bf1

Please sign in to comment.