diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-05 17:12:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-05 17:12:42 +0000 |
commit | 0bb9587da477445db151a5b05d57189a00454937 (patch) | |
tree | e5c706078efb351ba04b7b3f44a6a9403ba7a54c /lang/v8 | |
parent | acd27e6a47b7213cefa491ff9d34bbf5789c84f4 (diff) |
Notes
Diffstat (limited to 'lang/v8')
-rw-r--r-- | lang/v8/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile index 80d365184c8f..eb378737eb07 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -38,6 +38,9 @@ MAKE_ENV+= LINK=clang++ CFLAGS+= -Wno-nested-anon-types -Wno-unused-function .if ${COMPILER_VERSION} >= 34 CFLAGS+= -Wno-unused-const-variable +.if ${COMPILER_VERSION} >= 35 +CFLAGS+= -Wno-tautological-undefined-compare +.endif .endif .endif .else |