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/a0d0b414795d
branches:  trunk
changeset: 327328:a0d0b414795d
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 fe4b8c9b2307 -r a0d0b414795d 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