Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/libGLU clang doesn't like -Wno-tautolo...



details:   https://anonhg.NetBSD.org/src/rev/4662c4919085
branches:  trunk
changeset: 330558:4662c4919085
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jul 14 00:22:46 2014 +0000

description:
clang doesn't like -Wno-tautological-undefined-compare, use
-Wno-tautological-compare instead.

diffstat:

 external/mit/xorg/lib/libGLU/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 565e74e99280 -r 4662c4919085 external/mit/xorg/lib/libGLU/Makefile
--- a/external/mit/xorg/lib/libGLU/Makefile     Sun Jul 13 22:32:49 2014 +0000
+++ b/external/mit/xorg/lib/libGLU/Makefile     Mon Jul 14 00:22:46 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2014/07/13 16:35:49 joerg Exp $
+#      $NetBSD: Makefile,v 1.15 2014/07/14 00:22:46 riz Exp $
 
 NOLINT=                1       # XTODO: tess.ln SIGSEGVs lint :(
 
@@ -97,4 +97,4 @@
 COPTS.sampleCompTop.cc+=       -O0
 .endif
 
-CWARNFLAGS.clang+=     -Wno-parentheses -Wno-tautological-undefined-compare
+CWARNFLAGS.clang+=     -Wno-parentheses -Wno-tautological-compare



Home | Main Index | Thread Index | Old Index