Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/tmux/usr.bin/tmux - document non-literal format



details:   https://anonhg.NetBSD.org/src/rev/84edd49aac24
branches:  trunk
changeset: 768397:84edd49aac24
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 16 07:57:21 2011 +0000

description:
- document non-literal format
- no need for WARNS = 0 here

diffstat:

 external/bsd/tmux/usr.bin/tmux/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 4355002866f3 -r 84edd49aac24 external/bsd/tmux/usr.bin/tmux/Makefile
--- a/external/bsd/tmux/usr.bin/tmux/Makefile   Tue Aug 16 07:55:29 2011 +0000
+++ b/external/bsd/tmux/usr.bin/tmux/Makefile   Tue Aug 16 07:57:21 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/03/12 14:19:25 tron Exp $
+# $NetBSD: Makefile,v 1.4 2011/08/16 07:57:21 christos Exp $
 
 .include <bsd.own.mk>
 WARNS?=        4
@@ -160,10 +160,9 @@
 COPTS.imsg-buffer.c+=          -Wno-stack-protector
 COPTS.imsg.c+=                 -Wno-stack-protector
 COPTS.screen.c+=               -Wno-stack-protector
+COPTS.status.c+=               -Wno-format-nonliteral
 
 LDADD+=                -levent -lterminfo -lutil
 DPADD+=                ${LIBEVENT} ${LIBTERMINFO} ${LIBUTIL}
 
-WARNS?=                0
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index