diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-15 15:20:24 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-15 15:20:24 +0200 |
commit | f55fc5543edd67afd1175c12fd78148f73985b61 (patch) | |
tree | a4ea819afe93bc8ddbaec6504d768978aedde188 /Makefile | |
parent | 1d0a8af48b2af7fddf7a18a17b8fbddbe602d688 (diff) | |
download | dovecot-antispam-f55fc5543edd67afd1175c12fd78148f73985b61.tar.gz dovecot-antispam-f55fc5543edd67afd1175c12fd78148f73985b61.tar.xz dovecot-antispam-f55fc5543edd67afd1175c12fd78148f73985b61.zip |
use -Wextra
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |