Module Name: src
Committed By: christos
Date: Tue Aug 16 07:57:21 UTC 2011
Modified Files:
src/external/bsd/tmux/usr.bin/tmux: Makefile
Log Message:
- document non-literal format
- no need for WARNS = 0 here
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tmux/usr.bin/tmux/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/tmux/usr.bin/tmux/Makefile
diff -u src/external/bsd/tmux/usr.bin/tmux/Makefile:1.3 src/external/bsd/tmux/usr.bin/tmux/Makefile:1.4
--- src/external/bsd/tmux/usr.bin/tmux/Makefile:1.3 Sat Mar 12 09:19:25 2011
+++ src/external/bsd/tmux/usr.bin/tmux/Makefile Tue Aug 16 03:57:21 2011
@@ -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>