Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/gmp/lib/libgmp Disable parentheses checks sin...
details: https://anonhg.NetBSD.org/src/rev/5b23065edb51
branches: trunk
changeset: 325025:5b23065edb51
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Nov 30 23:45:05 2013 +0000
description:
Disable parentheses checks since libgmp doesn't pass them.
diffstat:
external/lgpl3/gmp/lib/libgmp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 15f1a4f67267 -r 5b23065edb51 external/lgpl3/gmp/lib/libgmp/Makefile
--- a/external/lgpl3/gmp/lib/libgmp/Makefile Sat Nov 30 22:39:04 2013 +0000
+++ b/external/lgpl3/gmp/lib/libgmp/Makefile Sat Nov 30 23:45:05 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2013/11/29 14:51:36 martin Exp $
+# $NetBSD: Makefile,v 1.20 2013/11/30 23:45:05 wiz Exp $
.include <bsd.init.mk>
@@ -244,4 +244,4 @@
NOGCCERROR=yes
.endif
-CWARNFLAGS.clang+= -Wno-unused-value -Wno-tautological-compare
+CWARNFLAGS.clang+= -Wno-unused-value -Wno-tautological-compare -Wno-parentheses
Home |
Main Index |
Thread Index |
Old Index