| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 76fa7191eb54954e48ccd7439236cf0b94257d6c..0ed613b1984d2c2d386de460341ebf756424a930 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -232,6 +232,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': {
|
|
|