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 -Wuninitialized is not used in the NetBSD...
details: https://anonhg.NetBSD.org/src/rev/e12e3402b1c9
branches: trunk
changeset: 474289:e12e3402b1c9
user: tv <tv%NetBSD.org@localhost>
date: Fri Jul 02 20:55:19 1999 +0000
description:
-Wuninitialized is not used in the NetBSD tree, explicitly.
diffstat:
sys/arch/pmax/conf/Makefile.pmax | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 077a9cf0490b -r e12e3402b1c9 sys/arch/pmax/conf/Makefile.pmax
--- a/sys/arch/pmax/conf/Makefile.pmax Fri Jul 02 19:59:09 1999 +0000
+++ b/sys/arch/pmax/conf/Makefile.pmax Fri Jul 02 20:55:19 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.pmax,v 1.72 1999/04/25 04:04:53 simonb Exp $
+# $NetBSD: Makefile.pmax,v 1.73 1999/07/02 20:55:19 tv 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 \
- -Wuninitialized -Wpointer-arith
+ -Wpointer-arith
.if (${HAVE_GCC28} != "")
CWARNFLAGS+= -Wno-main
.endif
Home |
Main Index |
Thread Index |
Old Index