Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xinstall document non-literal format strings
details: https://anonhg.NetBSD.org/src/rev/be66909f5c51
branches: trunk
changeset: 768486:be66909f5c51
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 17 14:00:30 2011 +0000
description:
document non-literal format strings
diffstat:
usr.bin/xinstall/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 03a16cafe16d -r be66909f5c51 usr.bin/xinstall/Makefile
--- a/usr.bin/xinstall/Makefile Wed Aug 17 13:57:12 2011 +0000
+++ b/usr.bin/xinstall/Makefile Wed Aug 17 14:00:30 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/12/16 12:59:17 bouyer Exp $
+# $NetBSD: Makefile,v 1.22 2011/08/17 14:00:30 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@@ -15,6 +15,8 @@
LDADD+= -lutil
.endif
+COPTS.xinstall.c += -Wno-format-nonliteral
+
PROGNAME=install
Home |
Main Index |
Thread Index |
Old Index