pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/elftoolchain Ignore const cast issues.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d2e49ff6c8e
branches: trunk
changeset: 643093:0d2e49ff6c8e
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Dec 10 23:22:05 2014 +0000
description:
Ignore const cast issues.
diffstat:
devel/elftoolchain/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 81fcecbfc529 -r 0d2e49ff6c8e devel/elftoolchain/Makefile
--- a/devel/elftoolchain/Makefile Wed Dec 10 23:21:40 2014 +0000
+++ b/devel/elftoolchain/Makefile Wed Dec 10 23:22:05 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/10/09 14:06:08 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/12/10 23:22:05 joerg Exp $
DISTNAME= elftoolchain-0.5.1
PKGREVISION= 1
@@ -21,7 +21,7 @@
CWARNFLAGS.clang= -Wno-error=missing-noreturn \
-Wno-error=constant-logical-operand \
- -Wno-error=conversion
+ -Wno-error=conversion -Wno-error=cast-qual
MAKE_FLAGS+= CWARNFLAGS.clang=${CWARNFLAGS.clang:Q}
INSTALLATION_DIRS= bin lib
Home |
Main Index |
Thread Index |
Old Index