From: Sebastian Hammer Date: Thu, 25 Aug 1994 08:59:22 +0000 (+0000) Subject: Added -pedantic X-Git-Tag: ZEBRA.1.0~888 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=bae5c11f9676cfe8f6d11c2d6442094d67711e79 Added -pedantic --- diff --git a/bfile/Makefile b/bfile/Makefile index 235392d..db24741 100644 --- a/bfile/Makefile +++ b/bfile/Makefile @@ -1,7 +1,7 @@ SHELL=/bin/sh INCLUDE=-I../include TPROG=btest -CFLAGS=-g -Wall +CFLAGS=-g -Wall -pedantic DEFS=$(INCLUDE) LIB=../lib/bfile.a PO = bfile.o mfile.o