Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/man Use -Wno-format-nonliteral instead of blanket -W...



details:   https://anonhg.NetBSD.org/src/rev/9c9af6233edf
branches:  trunk
changeset: 788761:9c9af6233edf
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Jul 19 04:17:02 2013 +0000

description:
Use -Wno-format-nonliteral instead of blanket -Wno-format.

diffstat:

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

diffs (18 lines):

diff -r fbca39147d95 -r 9c9af6233edf usr.bin/man/Makefile
--- a/usr.bin/man/Makefile      Fri Jul 19 04:00:40 2013 +0000
+++ b/usr.bin/man/Makefile      Fri Jul 19 04:17:02 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2013/07/18 16:28:52 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2013/07/19 04:17:02 uwe Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 WARNS?=        6
@@ -7,7 +7,7 @@
 SRCS=  man.c manconf.c
 MAN=   man.1 man.conf.5
 
-COPTS.man.c += -Wno-format
+COPTS.man.c += -Wno-format-nonliteral
 
 DPADD+=        ${LIBUTIL}
 LDADD+=        -lutil



Home | Main Index | Thread Index | Old Index