From 87e64a558c4e06ead9beb0eb7a50f27d28feb630 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Fri, 18 Apr 2014 20:26:05 +0200
Subject: [PATCH] Remove none used error suppression options.

---
 config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk
index ab0c8da..ed2e551 100644
--- a/config.mk
+++ b/config.mk
@@ -41,7 +41,7 @@ LIBFLAGS = $(shell pkg-config --libs $(LIBS))
 # normal compiler flags
 CFLAGS  += $(shell pkg-config --cflags $(LIBS))
 CFLAGS  += -Wall -pipe -ansi -std=c99 -pedantic
-CFLAGS  += -Wmissing-declarations -Wno-overlength-strings
+CFLAGS  += -Wno-overlength-strings
 CFLAGS  += ${CPPFLAGS}
 LDFLAGS += ${LIBFLAGS}
 
-- 
2.20.1