Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_smbfs kill gcc45 warnings



details:   https://anonhg.NetBSD.org/src/rev/42b9bd87fa74
branches:  trunk
changeset: 768314:42b9bd87fa74
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 14 12:36:02 2011 +0000

description:
kill gcc45 warnings

diffstat:

 sbin/mount_smbfs/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (18 lines):

diff -r 9ca4b968b1d2 -r 42b9bd87fa74 sbin/mount_smbfs/Makefile
--- a/sbin/mount_smbfs/Makefile Sun Aug 14 12:35:35 2011 +0000
+++ b/sbin/mount_smbfs/Makefile Sun Aug 14 12:36:02 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2011/06/22 02:49:44 mrg Exp $
+#      $NetBSD: Makefile,v 1.12 2011/08/14 12:36:02 christos Exp $
 
 WARNS?=        3       # XXX: sign-compare issues
 
@@ -17,8 +17,3 @@
 .endif
 
 .include <bsd.prog.mk>
-
-# XXX
-.if ${HAVE_GCC} == 45
-COPTS.rap.c+=  -Wno-error
-.endif



Home | Main Index | Thread Index | Old Index