From 219b699acb3869ac259b2364027d3026439152f8 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 17 Apr 2014 10:39:14 +0200 Subject: [PATCH] Remove -Wmissing-parameter-type compiler option. This seems to be no more required and produced warnings in clang compiler. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 79a0c34..ad5c221 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 -std=c99 -pedantic -CFLAGS += -Wmissing-declarations -Wmissing-parameter-type -Wno-overlength-strings +CFLAGS += -Wmissing-declarations -Wno-overlength-strings CFLAGS += ${CPPFLAGS} LDFLAGS += ${LIBFLAGS} -- 2.20.1