From f55fc5543edd67afd1175c12fd78148f73985b61 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Mon, 15 Oct 2007 15:20:24 +0200 Subject: use -Wextra --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 66eaab3..74bc4d9 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ objs += signature.o endif # main make rules -CFLAGS += -fPIC -shared -Wall -DPLUGINNAME=$(PLUGINNAME) +CFLAGS += -fPIC -shared -Wall -Wextra -DPLUGINNAME=$(PLUGINNAME) CC ?= "gcc" objs += antispam-plugin.o $(BACKEND).o -- cgit v1.2.3