From 74525bcd148e628190032ba7f2453a1daf6f1e8b Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Sat, 28 Jun 2014 12:24:42 -0400 Subject: [PATCH] rm Werror for clang --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 8e28ab1..abd73ba 100644 --- a/build/Makefile +++ b/build/Makefile @@ -15,7 +15,7 @@ MANFILES = toxic.1 LIBS = libtoxcore ncursesw -CFLAGS = -std=gnu99 -pthread -Wimplicit-function-declaration -Wreturn-type -Werror +CFLAGS = -std=gnu99 -pthread -Wimplicit-function-declaration -Wreturn-type CFLAGS += -DTOXICVER="\"$(VERSION)\"" -DHAVE_WIDECHAR -D_XOPEN_SOURCE_EXTENDED CFLAGS += -DPACKAGE_DATADIR="\"$(abspath $(DATADIR))\"" CFLAGS += $(USER_CFLAGS)