Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/midiplay Fix disable stricter format string messages...



details:   https://anonhg.NetBSD.org/src/rev/e270b79521f1
branches:  trunk
changeset: 768509:e270b79521f1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Aug 17 22:16:42 2011 +0000

description:
Fix disable stricter format string messages with clang again.

diffstat:

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

diffs (12 lines):

diff -r 0d15b45d6f3e -r e270b79521f1 usr.bin/midiplay/Makefile
--- a/usr.bin/midiplay/Makefile Wed Aug 17 21:42:16 2011 +0000
+++ b/usr.bin/midiplay/Makefile Wed Aug 17 22:16:42 2011 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.5 2011/08/14 13:26:23 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2011/08/17 22:16:42 joerg Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  midiplay
+CWARNFLAGS.clang+=     -Wno-format-extra-args
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index