diff options
author | joerg <joerg@pkgsrc.org> | 2014-04-17 20:17:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-04-17 20:17:52 +0000 |
commit | 7e3caf2ffa4342bdb8f8aa7fec99bd84d78bfb05 (patch) | |
tree | eef53d8cc7aca6763ef7ce5b662c4d0f795a9733 /devel/elftoolchain | |
parent | 24baa419fb8c82ed28a34055ac75616616ff802e (diff) | |
download | pkgsrc-7e3caf2ffa4342bdb8f8aa7fec99bd84d78bfb05.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/Makefile | 6 |
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 |