diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-05-27 13:36:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-05-27 13:36:43 +0000 |
commit | c15bc0364a8c550ac2ce43d986ddeab57c782d3e (patch) | |
tree | 76b1d50b09ffe99e8613172e9d7a08e8c5cc3fed /lang/v8 | |
parent | 64ef6c727dfd7360a0154511b20e5ec8a07ac269 (diff) |
Notes
Diffstat (limited to 'lang/v8')
-rw-r--r-- | lang/v8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile index e6fdee71d7e4..c9a0628c7fe2 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -25,7 +25,7 @@ _CLANG!= clang --version | ${HEAD} -1 | ${SED} -e 's/.*clang version \([0-9]\)\. MAKE_ENV+= LINK=clang++ CFLAGS+= -Wno-unused-private-field .if ${_CLANG} >= 33 -CFLAGS+= -Wno-nested-anon-types +CFLAGS+= -Wno-nested-anon-types -Wno-unused-function .endif .else MAKE_ARGS+= strictaliasing=off |