Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fsck_lfs Disable -Wuninitialized on dir.c (until PR 303...



details:   https://anonhg.NetBSD.org/src/rev/24516b205613
branches:  trunk
changeset: 581673:24516b205613
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 03 18:02:03 2005 +0000

description:
Disable -Wuninitialized on dir.c (until PR 30394 is addressed)
and pass6.c (until PR 30411 is addressed)

diffstat:

 sbin/fsck_lfs/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 755901f3a597 -r 24516b205613 sbin/fsck_lfs/Makefile
--- a/sbin/fsck_lfs/Makefile    Fri Jun 03 16:15:46 2005 +0000
+++ b/sbin/fsck_lfs/Makefile    Fri Jun 03 18:02:03 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2005/01/20 16:39:23 xtraeme Exp $
+#      $NetBSD: Makefile,v 1.9 2005/06/03 18:02:03 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 .include <bsd.own.mk>
@@ -12,4 +12,7 @@
 .PATH: ${NETBSDSRCDIR}/sys/ufs/lfs ${FSCK}
 CPPFLAGS+=-I${FSCK} # -DNDEBUG # -DVERBOSE_BLOCKMAP
 
+COPTS.dir.c+=  -Wno-uninitialized      # XXX: PR 30394
+COPTS.pass6.c+=        -Wno-uninitialized      # XXX: PR 30411
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index