Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/conf pmax kernels now compile with -Wuninitial...
details: https://anonhg.NetBSD.org/src/rev/983b89231ec6
branches: trunk
changeset: 472210:983b89231ec6
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Apr 25 04:04:53 1999 +0000
description:
pmax kernels now compile with -Wuninitialized.
diffstat:
sys/arch/pmax/conf/Makefile.pmax | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8981fca1ab49 -r 983b89231ec6 sys/arch/pmax/conf/Makefile.pmax
--- a/sys/arch/pmax/conf/Makefile.pmax Sun Apr 25 04:04:16 1999 +0000
+++ b/sys/arch/pmax/conf/Makefile.pmax Sun Apr 25 04:04:53 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.pmax,v 1.71 1999/04/06 06:16:07 simonb Exp $
+# $NetBSD: Makefile.pmax,v 1.72 1999/04/25 04:04:53 simonb Exp $
# Makefile for NetBSD
#
@@ -48,7 +48,7 @@
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dpmax
CWARNFLAGS?= -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes \
- -Wno-uninitialized -Wpointer-arith
+ -Wuninitialized -Wpointer-arith
.if (${HAVE_GCC28} != "")
CWARNFLAGS+= -Wno-main
.endif
Home |
Main Index |
Thread Index |
Old Index