Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst document non-literal format string use...



details:   https://anonhg.NetBSD.org/src/rev/24a736c579ec
branches:  trunk
changeset: 768729:24a736c579ec
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 25 16:47:16 2011 +0000

description:
document non-literal format string use for many md files

diffstat:

 distrib/utils/sysinst/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 06164fe92bb9 -r 24a736c579ec distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc        Thu Aug 25 16:41:51 2011 +0000
+++ b/distrib/utils/sysinst/Makefile.inc        Thu Aug 25 16:47:16 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.54 2011/08/23 10:26:07 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.55 2011/08/25 16:47:16 christos Exp $
 #
 # Makefile for sysinst
 
@@ -56,6 +56,7 @@
 COPTS.target.c += -Wno-format-nonliteral
 COPTS.mbr.c += -Wno-format-nonliteral
 COPTS.bsddisklabel.c += -Wno-format-nonliteral
+COPTS.md.c += -Wno-format-nonliteral
 
 # Host to ftp from.  Default:
 #      "ftp.NetBSD.org"



Home | Main Index | Thread Index | Old Index