Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/external/lgpl3/mpfr/lib/libmpfr Ignore warnings for ta...



details:   https://anonhg.NetBSD.org/src-all/rev/c0dde36b9682
branches:  trunk
changeset: 932676:c0dde36b9682
user:      Joerg Sonnenberger <joerg%bec.de@localhost>
date:      Wed May 13 19:34:49 2020 +0200

description:
Ignore warnings for tautological compares for clang

diffstat:

 external/lgpl3/mpfr/lib/libmpfr/Makefile |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 03696c00df4d -r c0dde36b9682 external/lgpl3/mpfr/lib/libmpfr/Makefile
--- a/external/lgpl3/mpfr/lib/libmpfr/Makefile  Wed May 13 19:33:11 2020 +0200
+++ b/external/lgpl3/mpfr/lib/libmpfr/Makefile  Wed May 13 19:34:49 2020 +0200
@@ -310,6 +310,7 @@
 CPPFLAGS+=     -DHAVE_LITTLE_ENDIAN=1
 .endif
 
+CWARNFLAGS.clang+=     -Wno-error=tautological-constant-out-of-range-compare
 
 WITHOUT_MAN=   yes
 



Home | Main Index | Thread Index | Old Index