| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 0935433a94a3e04352e933e4a2b98c9b7e5fd7e4..15a6c85c083d7de5722693a0c25fbfc9d88572ba 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -3031,6 +3031,10 @@
|
| # TODO: Enable on Windows too, http://crbug.com/404525
|
| 'variables': { 'clang_warning_flags': ['-Wexit-time-destructors']},
|
| }],
|
| + ['"<!(python <(DEPTH)/tools/clang/scripts/update.py --print-revision)"!="274369-1"', {
|
| + # TODO(eugenis): https://crbug.com/619640
|
| + 'variables': { 'clang_warning_flags': ['-Wno-address-of-packed-member']},
|
| + }],
|
| ['chromium_code==0', {
|
| 'variables': {
|
| 'clang_warning_flags': [
|
|
|