From 414c6d396ca0cfb0fe1aa27921b8d7ded5487e17 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 29 Jul 2013 17:42:33 +0200 Subject: [PATCH] Removed -Wstrict-prototypes option that won't work with gtk. --- config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/config.mk b/config.mk index fa90ff6..8a20175 100644 --- a/config.mk +++ b/config.mk @@ -33,7 +33,6 @@ CFLAGS += -pedantic CFLAGS += -Wmissing-declarations CFLAGS += -Wmissing-parameter-type CFLAGS += -Wno-overlength-strings -#CFLAGS += -Wstrict-prototypes LDFLAGS += $(shell pkg-config --libs $(LIBS)) -lX11 -lXext -lm -- 2.20.1