From: jochen Date: Thu, 11 Dec 2014 19:10:29 +0000 (-0800) Subject: Temporarily remove warning about inconsistent overrides X-Git-Tag: upstream/4.7.83~5252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0f9ac831dcccaf922aa99486e2f2a39643e9f64;p=platform%2Fupstream%2Fv8.git Temporarily remove warning about inconsistent overrides Otherwise, V8 won't compile with the latest clang anymore BUG=v8:3753 R=machenbach@chromium.org LOG=n Review URL: https://codereview.chromium.org/797583004 Cr-Commit-Position: refs/heads/master@{#25788} --- diff --git a/build/standalone.gypi b/build/standalone.gypi index f618a06..4bd22b3 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -238,6 +238,13 @@ ], }, }], + ['clang==1', { + 'target_defaults': { + # Remove once issue 3753 is fixed. + 'cflags_cc': [ '-Wno-inconsistent-missing-override', + '-Wno-unknown-warning-option', ], + }, + }], ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \ or OS=="netbsd"', { 'target_defaults': {