Module Name:    src
Committed By:   joerg
Date:           Tue Mar  4 21:07:22 UTC 2014

Modified Files:
        src/sbin/fsck_ext2fs: Makefile

Log Message:
Make pointer NULL check non-fatal for a bogus condition.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/fsck_ext2fs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/fsck_ext2fs/Makefile
diff -u src/sbin/fsck_ext2fs/Makefile:1.16 src/sbin/fsck_ext2fs/Makefile:1.17
--- src/sbin/fsck_ext2fs/Makefile:1.16	Sat Aug  6 16:42:41 2011
+++ src/sbin/fsck_ext2fs/Makefile	Tue Mar  4 21:07:22 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.16 2011/08/06 16:42:41 dholland Exp $
+#	$NetBSD: Makefile,v 1.17 2014/03/04 21:07:22 joerg Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
 
 .include <bsd.own.mk>
@@ -11,6 +11,8 @@ FSCK=	${NETBSDSRCDIR}/sbin/fsck
 CPPFLAGS+= -I${FSCK}
 .PATH:	${NETBSDSRCDIR}/sys/ufs/ext2fs ${FSCK}
 
+CWARNFLAGS.clang+=	-Wno-error=tautological-pointer-compare
+
 .include <bsd.prog.mk>
 
 LDADD+=-lutil

Reply via email to