chiark / gitweb /
compile with warnings; need to fix up many
[inn-innduct.git] / backends / Makefile
index e6365d3437c25b3d3cfc4743d9a9e2c6cc7c5eb8..6849a804f7d76ffabcfd3ca87de3332d95190f2b 100644 (file)
@@ -63,7 +63,7 @@ $(FIXSCRIPT):
        @echo Run configure before running make.  See INSTALL for details.
        @exit 1
 
-innduct.o: CFLAGS += -Wimplicit -Wstrict-prototypes -Wmissing-prototypes
+innduct.o: CFLAGS += -Wall -Wimplicit -Wstrict-prototypes -Wmissing-prototypes
 
 actsync:       actsync.o    $(LIBINN)  ; $(LINK) actsync.o    $(INNLIBS)
 archive:       archive.o    $(BOTH)    ; $(LINK) archive.o    $(STORELIBS)