Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-08-24 17:40:15 +0300
committerjgeboski <jgeboski@gmail.com>2015-08-24 17:40:15 +0300
commitc1a5e47dd235fc33c7a2a1f27b21a7e4847b2439 (patch)
treebd9067e900615572b3eb543c80e0189802805c67 /.travis.yml
parentc9cbfbdccb52d8fa5b9fc23a6fade5f105d09ee1 (diff)
configure: added option for extra 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 101bd30..30a7f32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_install:
libpurple-dev
script:
- - CFLAGS="-Wall" ./autogen.sh
+ - CFLAGS="-Werror" ./autogen.sh --enable-warnings
- scan-build -k
--use-cc=$(which "${CC}")
--status-bugs