clang doesn't like -Wno-tautological-undefined-compare, use

-Wno-tautological-compare instead.
This commit is contained in:
riz 2014-07-14 00:22:46 +00:00
parent 3d7ae79aac
commit a62a43a0df
1 changed files with 2 additions and 2 deletions

View File

@ -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.tobezier.cc+= -Wno-error
COPTS.sampleCompTop.cc+= -O0
.endif
CWARNFLAGS.clang+= -Wno-parentheses -Wno-tautological-undefined-compare
CWARNFLAGS.clang+= -Wno-parentheses -Wno-tautological-compare