Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Uses non-literal format strings



details:   https://anonhg.NetBSD.org/src/rev/e7b373e5e37c
branches:  trunk
changeset: 768737:e7b373e5e37c
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Aug 25 18:20:22 2011 +0000

description:
Uses non-literal format strings

diffstat:

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

diffs (17 lines):

diff -r a14656aa5b29 -r e7b373e5e37c lib/libc/gen/Makefile.inc
--- a/lib/libc/gen/Makefile.inc Thu Aug 25 17:39:58 2011 +0000
+++ b/lib/libc/gen/Makefile.inc Thu Aug 25 18:20:22 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.179 2011/08/03 04:11:16 manu Exp $
+#      $NetBSD: Makefile.inc,v 1.180 2011/08/25 18:20:22 joerg Exp $
 #      from: @(#)Makefile.inc  8.6 (Berkeley) 5/4/95
 
 # gen sources
@@ -43,6 +43,7 @@
 COPTS.execl.c = -Wno-stack-protector
 COPTS.execle.c = -Wno-stack-protector
 COPTS.execlp.c = -Wno-stack-protector
+COPTS.syslog.c = -Wno-format-nonliteral
 
 # machine-dependent gen sources
 # m-d Makefile.inc must include sources for:



Home | Main Index | Thread Index | Old Index