Remove none used error suppression options.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 18 Apr 2014 18:26:05 +0000 (20:26 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 18 Apr 2014 18:28:45 +0000 (20:28 +0200)
config.mk

index ab0c8da..ed2e551 100644 (file)
--- 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}