Source-Changes-HG archive

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

[src/trunk]: src/bin/sh document another non-literal format string



details:   https://anonhg.NetBSD.org/src/rev/cb74875db99d
branches:  trunk
changeset: 768626:cb74875db99d
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 23 10:47:06 2011 +0000

description:
document another non-literal format string

diffstat:

 bin/sh/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4afcf08ee0e0 -r cb74875db99d bin/sh/Makefile
--- a/bin/sh/Makefile   Tue Aug 23 10:41:47 2011 +0000
+++ b/bin/sh/Makefile   Tue Aug 23 10:47:06 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.97 2011/08/14 10:53:17 christos Exp $
+#      $NetBSD: Makefile,v 1.98 2011/08/23 10:47:06 christos Exp $
 #      @(#)Makefile    8.4 (Berkeley) 5/5/95
 
 .include <bsd.own.mk>
@@ -83,6 +83,7 @@
 .endif
 
 COPTS.printf.c = -Wno-format-nonliteral
+COPTS.jobs.c = -Wno-format-nonliteral
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index