chiark / gitweb /
wip make it compile; add warnings to Makefile
[innduct.git] / backends / Makefile
index 1d8071c937f8a7a9d27afbe130a23f00001da2f6..2e3956c5ee86b477366c3c7e86458e70ecd75b4d 100644 (file)
@@ -63,6 +63,8 @@ $(FIXSCRIPT):
        @echo Run configure before running make.  See INSTALL for details.
        @exit 1
 
+innduct.o: CFLAGS += -Wimplicit -Wstrict-prototypes -Wmissing-prototypes
+
 actsync:       actsync.o    $(LIBINN)  ; $(LINK) actsync.o    $(INNLIBS)
 archive:       archive.o    $(BOTH)    ; $(LINK) archive.o    $(STORELIBS)
 batcher:       batcher.o    $(BOTH)    ; $(LINK) batcher.o    $(STORELIBS)