From fb0b700c9eb37f55459210b7faefafa092d3f543 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Thu, 2 Dec 2010 12:27:47 +0100 Subject: [PATCH] drop -Wno-format-zero (not needed anymore) --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index cdd0ba0..9924f86 100644 --- a/config.mk +++ b/config.mk @@ -15,7 +15,7 @@ INCS = -I. -I/usr/include ${GTK_INC} LIBS = -lc ${GTK_LIB} -lpthread -lm # compiler flags -CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length $(INCS) +CFLAGS += -std=c99 -pedantic -Wall $(INCS) # debug flags DFLAGS = -g