NetBSD/usr.bin/midiplay/Makefile
mrg c111245a78 apply some -Wno-error and/or -fno-strict-aliasing.
all of this should be looked at closer, but some of them are not
very trivial.
2011-06-22 02:49:41 +00:00

14 lines
269 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/06/22 02:49:44 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= midiplay
CWARNFLAGS.clang+= -Wno-format-extra-args -Wno-initializer-overrides
.include <bsd.prog.mk>
# XXX
.if ${HAVE_GCC} == 45
COPTS.midiplay.c+= -Wno-error
.endif