| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 6083fab050245ecdb2f68c5ee73f05b0c43ac050..c23c5860741e6878630887cb5db987a13e2d7503 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1100,6 +1100,7 @@
|
| # '-Wextra',
|
| # Don't warn about unused function params. We use those everywhere.
|
| '-Wno-unused-parameter',
|
| + '-Wno-unused-but-set-variable',
|
| # Don't warn about the "struct foo f = {0};" initialization pattern.
|
| '-Wno-missing-field-initializers',
|
| '-D_FILE_OFFSET_BITS=64',
|
|
|