summaryrefslogtreecommitdiff
path: root/devel/elftoolchain
diff options
context:
space:
mode:
authorjoerg <joerg>2014-04-17 20:17:52 +0000
committerjoerg <joerg>2014-04-17 20:17:52 +0000
commit7e27fd56444c64b623cd923a190af91a1b1b3e73 (patch)
treef17e585b1010bd1ff45a34203bb970962e40741b /devel/elftoolchain
parentcd38f97f963e951fb7a7a1719bb891b22af307fd (diff)
downloadpkgsrc-7e27fd56444c64b623cd923a190af91a1b1b3e73.tar.gz
Ignore conversion warnings for now. Some of them are easy to fix, but a
bunch of them are tricky.
Diffstat (limited to 'devel/elftoolchain')
-rw-r--r--devel/elftoolchain/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/elftoolchain/Makefile b/devel/elftoolchain/Makefile
index a23a9d9a5f2..9c1589f19a2 100644
--- a/devel/elftoolchain/Makefile
+++ b/devel/elftoolchain/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/09/10 14:16:52 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2014/04/17 20:17:52 joerg Exp $
DISTNAME= elftoolchain-0.5.1
PKGREVISION= 1
@@ -21,7 +21,9 @@ USE_BSD_MAKEFILE= yes
MAKE_ENV+= ${BSD_MAKE_ENV}
MAKE_FLAGS+= MKPROFILE=yes
-CWARNFLAGS.clang= -Wno-error=missing-noreturn -Wno-error=constant-logical-operand
+CWARNFLAGS.clang= -Wno-error=missing-noreturn \
+ -Wno-error=constant-logical-operand \
+ -Wno-error=conversion
MAKE_FLAGS+= CWARNFLAGS.clang=${CWARNFLAGS.clang:Q}
INSTALLATION_DIRS= bin lib