Module Name: src Committed By: joerg Date: Tue Mar 4 21:08:08 UTC 2014
Modified Files: src/crypto/external/bsd/heimdal: Makefile.inc Log Message: Disable abs() checking, a lot of computations get implicit truncations or use unsigned values. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/heimdal/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/heimdal/Makefile.inc diff -u src/crypto/external/bsd/heimdal/Makefile.inc:1.2 src/crypto/external/bsd/heimdal/Makefile.inc:1.3 --- src/crypto/external/bsd/heimdal/Makefile.inc:1.2 Sat Apr 16 18:41:58 2011 +++ src/crypto/external/bsd/heimdal/Makefile.inc Tue Mar 4 21:08:08 2014 @@ -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 @@ HOST_CPPFLAGS+= -DHAVE_CONFIG_H CPPFLAGS+= ${.PATH:S/^/-I/} CPPFLAGS+= -I${HEIMBASE}/include CPPFLAGS+= -I${HEIMDIST}/include +CWARNFLAGS.clang+= -Wno-error=absolute-value