From e77b89cfe05730f09428e81c1775bf21c0846640 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 24 Nov 2011 10:26:36 +0100 Subject: build: enable -Werror by default and make it build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02ea3b4..e046c3b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SONAME := libuniso.so.$(ABI_VERSION) TARGETS := $(SONAME) libuniso.so uniso -CFLAGS ?= -g -Wall +CFLAGS ?= -g -Wall -Werror CFLAGS += -fPIC CFLAGS += -I. -- cgit v1.2.3