diff options
author | joerg <joerg@pkgsrc.org> | 2013-09-23 10:03:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-09-23 10:03:40 +0000 |
commit | ec1ee060665be1861838737ca12ce435ec102e32 (patch) | |
tree | 9dc90aeb810b1cde856460c2e58c4c2c9f3ae594 /emulators/tme | |
parent | 8cccb5177a99007555142c760895b73181f8b2a2 (diff) | |
download | pkgsrc-ec1ee060665be1861838737ca12ce435ec102e32.tar.gz |
Don't bother with unused functions for Clang.
Diffstat (limited to 'emulators/tme')
-rw-r--r-- | emulators/tme/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 1eb8ad1678e..3c074829b79 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2013/09/02 19:51:03 adam Exp $ +# $NetBSD: Makefile,v 1.44 2013/09/23 10:03:40 joerg Exp $ # DISTNAME= tme-0.8 @@ -25,7 +25,8 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) _WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-compare \ - -Wno-error=sometimes-uninitialized + -Wno-error=sometimes-uninitialized \ + -Wno-error=unused-function .endif |