Unverified Commit 8470bf1c by tomponline Committed by Christian Brauner

Travis: Adds -Wall and -Werror gcc flags to automatic build.

Signed-off-by: 's avatartomponline <tomp@tomp.uk>
parent 9e5d932c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment