Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/mail document non-literal format string



details:   https://anonhg.NetBSD.org/src/rev/a3beb382b593
branches:  trunk
changeset: 768418:a3beb382b593
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 16 11:49:17 2011 +0000

description:
document non-literal format string

diffstat:

 usr.bin/mail/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 98916bd2e21a -r a3beb382b593 usr.bin/mail/Makefile
--- a/usr.bin/mail/Makefile     Tue Aug 16 11:28:18 2011 +0000
+++ b/usr.bin/mail/Makefile     Tue Aug 16 11:49:17 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.34 2010/02/03 15:34:45 roy Exp $
+#      $NetBSD: Makefile,v 1.35 2011/08/16 11:49:17 christos Exp $
 #      @(#)Makefile    8.3 (Berkeley) 4/20/95
 
 .include <bsd.own.mk>
@@ -78,5 +78,7 @@
 CONFIGFILES=           mail.rc
 FILESDIR_mail.rc=      /etc
 
+COPTS.format.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index