Commit b0f9ac83 authored by jochen's avatar jochen Committed by Commit bot

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}
parent 6459dabd
......@@ -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': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment