Module Name:    src
Committed By:   joerg
Date:           Thu Aug 25 18:20:22 UTC 2011

Modified Files:
        src/lib/libc/gen: Makefile.inc

Log Message:
Uses non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/lib/libc/gen/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/Makefile.inc
diff -u src/lib/libc/gen/Makefile.inc:1.179 src/lib/libc/gen/Makefile.inc:1.180
--- src/lib/libc/gen/Makefile.inc:1.179	Wed Aug  3 04:11:16 2011
+++ src/lib/libc/gen/Makefile.inc	Thu Aug 25 18:20:22 2011
@@ -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:

Reply via email to