| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 41ecb9cb2f994dad76a0e98e1574bff63ec3c6a1..9f5e9e3c222025fe080a1a701720b1795a34af44 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -5404,7 +5404,6 @@
|
| # removed as code is fixed.
|
| 4100, # Unreferenced formal parameter
|
| 4121, # Alignment of a member was sensitive to packing
|
| - 4189, # Local variable is initialized but not referenced
|
| 4244, # Conversion from 'type1' to 'type2', possible loss of data
|
| 4481, # Nonstandard extension used: override specifier 'keyword'
|
| 4505, # Unreferenced local function has been removed
|
|
|