Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/isdn/isdntel document non-literal format string (un...



details:   https://anonhg.NetBSD.org/src/rev/f93a50cd1d87
branches:  trunk
changeset: 768400:f93a50cd1d87
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 16 08:18:19 2011 +0000

description:
document non-literal format string (unsafe)

diffstat:

 usr.sbin/isdn/isdntel/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r ecb5e69821d7 -r f93a50cd1d87 usr.sbin/isdn/isdntel/Makefile
--- a/usr.sbin/isdn/isdntel/Makefile    Tue Aug 16 08:04:17 2011 +0000
+++ b/usr.sbin/isdn/isdntel/Makefile    Tue Aug 16 08:18:19 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2011/06/20 07:44:02 mrg Exp $
+#      $NetBSD: Makefile,v 1.6 2011/08/16 08:18:19 christos Exp $
 
 PROG    =      isdntel
 SRCS    =      main.c display.c files.c alias.c
@@ -10,3 +10,4 @@
 .if defined(HAVE_GCC) || defined(HAVE_PCC)
 COPTS.alias.c+=                -Wno-pointer-sign
 .endif
+COPTS.files.c+=                -Wno-format-nonliteral



Home | Main Index | Thread Index | Old Index