Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/midiplay Use CWARNFLAGS.clang and not CWARNFLAGS here



details:   https://anonhg.NetBSD.org/src/rev/0de74f8b693f
branches:  trunk
changeset: 765426:0de74f8b693f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu May 26 14:20:22 2011 +0000

description:
Use CWARNFLAGS.clang and not CWARNFLAGS here

diffstat:

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

diffs (14 lines):

diff -r 38fab2c70ef9 -r 0de74f8b693f usr.bin/midiplay/Makefile
--- a/usr.bin/midiplay/Makefile Thu May 26 12:56:24 2011 +0000
+++ b/usr.bin/midiplay/Makefile Thu May 26 14:20:22 2011 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.2 2011/05/26 12:56:33 joerg Exp $
+#      $NetBSD: Makefile,v 1.3 2011/05/26 14:20:22 joerg Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  midiplay
 
-CWARNFLAGS+=   -Wno-format-extra-args -Wno-initializer-overrides
+CWARNFLAGS.clang+=     -Wno-format-extra-args -Wno-initializer-overrides
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index