chiark / gitweb /
Fix up more warnings. Actually read from connections
[inn-innduct.git] / backends / Makefile
index 6849a804f7d76ffabcfd3ca87de3332d95190f2b..113bd621eadf882ca5ffb90c90b8a68ec324cee8 100644 (file)
@@ -63,7 +63,11 @@ $(FIXSCRIPT):
        @echo Run configure before running make.  See INSTALL for details.
        @exit 1
 
-innduct.o: CFLAGS += -Wall -Wimplicit -Wstrict-prototypes -Wmissing-prototypes
+INNDUCT_WARNING_CFLAGS= \
+       -Wall -Wwrite-strings -Wpointer-arith -Wmissing-declarations \
+        -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes
+
+innduct.o: CFLAGS += $(INNDUCT_WARNING_CFLAGS)
 
 actsync:       actsync.o    $(LIBINN)  ; $(LINK) actsync.o    $(INNLIBS)
 archive:       archive.o    $(BOTH)    ; $(LINK) archive.o    $(STORELIBS)