aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDmitrij D. Czarkoff <czarkoff@gmail.com>2016-01-12 22:17:26 +0100
committerDmitrij D. Czarkoff <czarkoff@gmail.com>2016-01-12 22:39:50 +0100
commit50c95ac9dd02d3d33b5bb54ac82726974e99202b (patch)
tree3670b01b118c44e0f2861ccadcf768cf677ffb80 /.travis.yml
parentc70995a724ddfcfafc7a1fd47bd6cc6bda6dfa62 (diff)
downloadimv-50c95ac9dd02d3d33b5bb54ac82726974e99202b.tar.gz
Add explicit CFLAGS to .travis.yml
Include "-Werror" among flags, so that it is easier to catch compiler warnings.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 13fcf70..440da38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ compiler:
- gcc
env:
- - V=yes
+ - V=yes CFLAGS="-W -Wall -Wextra -Wpedantic -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -Werror"
script:
- make