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}
This commit is contained in:
parent
6459dabdae
commit
b0f9ac831d
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user