Removed -Wstrict-prototypes option that won't work with gtk.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 29 Jul 2013 15:42:33 +0000 (17:42 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 29 Jul 2013 15:42:33 +0000 (17:42 +0200)
config.mk

index fa90ff6..8a20175 100644 (file)
--- 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