From: Daniel Carl Date: Fri, 18 Apr 2014 18:26:05 +0000 (+0200) Subject: Remove none used error suppression options. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=87e64a558c4e06ead9beb0eb7a50f27d28feb630;p=vimb.git Remove none used error suppression options. --- 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}