Module Name: src
Committed By: christos
Date: Sun Aug 14 12:36:02 UTC 2011
Modified Files:
src/sbin/mount_smbfs: Makefile
Log Message:
kill gcc45 warnings
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sbin/mount_smbfs/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/mount_smbfs/Makefile
diff -u src/sbin/mount_smbfs/Makefile:1.11 src/sbin/mount_smbfs/Makefile:1.12
--- src/sbin/mount_smbfs/Makefile:1.11 Tue Jun 21 22:49:44 2011
+++ src/sbin/mount_smbfs/Makefile Sun Aug 14 08:36:02 2011
@@ -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