From 72ea098c7f2f09ede298082941ff91a5c8795ac6 Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Thu, 18 Dec 2014 19:37:50 -0500 Subject: [PATCH] Added -Werror to build flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6123e0..c3c7e84 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=`which gcc` CPPFLAGS=-DYA_DEBUG -CFLAGS=--std=c11 -ggdb +CFLAGS=--std=c11 -ggdb -Werror all: yatest