Commit 49a4c18b by tomponline

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

Signed-off-by: 's avatartomponline <tomp@tomp.uk>
parent ae6497d0
...@@ -9,6 +9,7 @@ before_install: ...@@ -9,6 +9,7 @@ before_install:
script: script:
- ./coccinelle/run-coccinelle.sh -i - ./coccinelle/run-coccinelle.sh -i
- git diff --exit-code - git diff --exit-code
- export CFLAGS="-Wall -Werror"
- ./autogen.sh - ./autogen.sh
- rm -Rf build - rm -Rf build
- mkdir 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