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

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Nortmann <bernhard.nortmann@web.de>2016-04-13 13:55:20 +0300
committerBernhard Nortmann <bernhard.nortmann@web.de>2016-05-04 23:34:27 +0300
commit3cf1ef5b2f6afe47e614cb7a26f026b907b9cceb (patch)
tree83b133f205c93290aeb86172ae7e437eeb577366 /Makefile
parentb00b9a7fe9c78646c380a278e1d3949f92dd4efc (diff)
travis-ci: Be more strict on build checks
After eliminating all warnings, we can disallow them for future builds. This is done by passing an additional "-Werror" flag from the Travis build step. Introducing new warnings will cause a (CI) build failure from now on. Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 881cf83..ee07786 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
CC ?= gcc
-CFLAGS = -g -O0 -Wall -Wextra
+CFLAGS = -g -O0 -Wall -Wextra $(EXTRA_CFLAGS)
CFLAGS += -std=c99 $(DEFINES)
CFLAGS += -Iinclude/