Module Name:    src
Committed By:   joerg
Date:           Fri May 15 14:44:05 UTC 2020

Modified Files:
        src/external/lgpl3/mpfr/lib/libmpfr: Makefile

Log Message:
Ignore warnings for tautological compares for clang.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/external/lgpl3/mpfr/lib/libmpfr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/lgpl3/mpfr/lib/libmpfr/Makefile
diff -u src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.19 src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.20
--- src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.19	Sat Jun  1 08:29:16 2019
+++ src/external/lgpl3/mpfr/lib/libmpfr/Makefile	Fri May 15 14:44:05 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.19 2019/06/01 08:29:16 mrg Exp $
+#	$NetBSD: Makefile,v 1.20 2020/05/15 14:44:05 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -310,6 +310,7 @@ CPPFLAGS+=	-DHAVE_DOUBLE_IEEE_BIG_ENDIAN
 CPPFLAGS+=	-DHAVE_LITTLE_ENDIAN=1
 .endif
 
+CWARNFLAGS.clang+=	-Wno-error=tautological-constant-out-of-range-compare
 
 WITHOUT_MAN=	yes
 

Reply via email to