Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libutil document non-literal format string



details:   https://anonhg.NetBSD.org/src/rev/b47669310e32
branches:  trunk
changeset: 768407:b47669310e32
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 16 10:33:17 2011 +0000

description:
document non-literal format string

diffstat:

 common/lib/libutil/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 7c9ab15c63b0 -r b47669310e32 common/lib/libutil/Makefile.inc
--- a/common/lib/libutil/Makefile.inc   Tue Aug 16 10:14:40 2011 +0000
+++ b/common/lib/libutil/Makefile.inc   Tue Aug 16 10:33:17 2011 +0000
@@ -1,3 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2008/12/16 22:33:11 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2011/08/16 10:33:17 christos Exp $
 .PATH.c: ${.PARSEDIR}
 SRCS+= snprintb.c
+COPTS.snprintb.c = -Wno-format-nonliteral



Home | Main Index | Thread Index | Old Index