From 0bc9725b9860c142d5309c2c1552fe99cc1a3820 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Tue, 24 Jun 2014 17:52:57 -0400 Subject: [PATCH] forgot makefile --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 92e46db..b9a943e 100644 --- a/build/Makefile +++ b/build/Makefile @@ -4,7 +4,7 @@ VERSION = $(TOXIC_VERSION)_r$(REV) LIBS = libtoxcore ncursesw -CFLAGS = -std=gnu99 -pthread -DTOXICVER="\"$(VERSION)\"" +CFLAGS = -std=gnu99 -pthread -Wimplicit-function-declaration -Wreturn-type -DTOXICVER="\"$(VERSION)\"" CFLAGS += -DHAVE_WIDECHAR -D_XOPEN_SOURCE_EXTENDED CFLAGS += $(USER_CFLAGS) LDFLAGS = $(USER_LDFLAGS)