From: Daniel Carl <danielcarl@gmx.de>
Date: Mon, 29 Jul 2013 15:42:33 +0000 (+0200)
Subject: Removed -Wstrict-prototypes option that won't work with gtk.
X-Git-Url: https://git.owens.tech/editable-focus.html/editable-focus.html/git?a=commitdiff_plain;h=414c6d396ca0cfb0fe1aa27921b8d7ded5487e17;p=vimb.git

Removed -Wstrict-prototypes option that won't work with gtk.
---

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