Add -Wno-uninitialized -Wno-format-y2k, with an attached XXX

This commit is contained in:
ross 1998-08-25 07:46:23 +00:00
parent 66fcc15333
commit 57b46db5d1

View File

@ -1,10 +1,11 @@
# $NetBSD: bsd.sys.mk,v 1.23 1998/08/17 00:03:32 tv Exp $
# $NetBSD: bsd.sys.mk,v 1.24 1998/08/25 07:46:23 ross Exp $
#
# Overrides used for NetBSD source tree builds.
CFLAGS+= -Werror
.if defined(WARNS) && ${WARNS} == 1
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
CFLAGS+= -Wno-uninitialized -Wno-format-y2k # XXX
.endif
.if defined(DESTDIR)