CFLAGS+= -Wall -Wformat for all of src/bin. All warnings except 2 minor

ones in rmail have been fixed.
This commit is contained in:
Bruce Evans 1998-12-07 12:44:12 +00:00
parent f58a6c7a68
commit ed334a37cd
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
# $Id$
# $Id: Makefile.inc,v 1.9 1997/02/22 14:01:23 peter Exp $
BINDIR?= /bin
CFLAGS+= -Wall -Wformat
NOSHARED?= YES
.if exists (${.CURDIR}/../../secure)