From 4586c1f2696af1209f6b3d2d98ab75fed8c78cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=B6hm?= Date: Wed, 17 Jun 2015 02:56:01 +0200 Subject: [PATCH] Modified build instructions and travis.yml file to treat warnings as errors. --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4319780..aaff3ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: script: - ./bootstrap - - ./configure + - ./configure "CFLAGS=-Werror" - echo Build using $(nproc) parallel jobs - make -j$(nproc) - make check diff --git a/README.md b/README.md index 8635c03..5ef300c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ sudo apt-get install libtool build-essential pkg-config autoconf doxygen check ``` bash $ ./bootstrap -$ ./configure +$ ./configure "CFLAGS=-Werror" $ make ```