| Index: third_party/lzma_sdk/lzma_sdk.gyp
|
| diff --git a/third_party/lzma_sdk/lzma_sdk.gyp b/third_party/lzma_sdk/lzma_sdk.gyp
|
| index c6fa932ce3c02ef777267bf2d14415998b62bf30..a1167d5f71c2b8b7d363c211a41bd59ce400bfd2 100644
|
| --- a/third_party/lzma_sdk/lzma_sdk.gyp
|
| +++ b/third_party/lzma_sdk/lzma_sdk.gyp
|
| @@ -49,6 +49,10 @@
|
| '_7ZIP_ST',
|
| '_LZMA_PROB32',
|
| ],
|
| + 'variables': {
|
| + # Upstream uses self-assignment to avoid warnings.
|
| + 'clang_warning_flags': [ '-Wno-self-assign' ]
|
| + },
|
| 'sources': [
|
| '<@(lzma_sdk_sources)',
|
| ],
|
| @@ -72,6 +76,10 @@
|
| '_7ZIP_ST',
|
| '_LZMA_PROB32',
|
| ],
|
| + 'variables': {
|
| + # Upstream uses self-assignment to avoid warnings.
|
| + 'clang_warning_flags': [ '-Wno-self-assign' ]
|
| + },
|
| 'include_dirs': [
|
| '.',
|
| ],
|
|
|