Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/heimdal Disable abs() checking, a lot of...
details: https://anonhg.NetBSD.org/src/rev/592a6bb39117
branches: trunk
changeset: 794068:592a6bb39117
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Mar 04 21:08:08 2014 +0000
description:
Disable abs() checking, a lot of computations get implicit truncations
or use unsigned values.
diffstat:
crypto/external/bsd/heimdal/Makefile.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 8b2733b77fc5 -r 592a6bb39117 crypto/external/bsd/heimdal/Makefile.inc
--- a/crypto/external/bsd/heimdal/Makefile.inc Tue Mar 04 21:07:38 2014 +0000
+++ b/crypto/external/bsd/heimdal/Makefile.inc Tue Mar 04 21:08:08 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2011/04/16 18:41:58 he Exp $
+# $NetBSD: Makefile.inc,v 1.3 2014/03/04 21:08:08 joerg Exp $
HEIMBASE?= ${NETBSDSRCDIR}/crypto/external/bsd/heimdal
HEIMDIST= ${HEIMBASE}/dist
@@ -45,3 +45,4 @@
CPPFLAGS+= ${.PATH:S/^/-I/}
CPPFLAGS+= -I${HEIMBASE}/include
CPPFLAGS+= -I${HEIMDIST}/include
+CWARNFLAGS.clang+= -Wno-error=absolute-value
Home |
Main Index |
Thread Index |
Old Index