| Index: build/toolchain.gypi
|
| diff --git a/build/toolchain.gypi b/build/toolchain.gypi
|
| index 3ed8c6587fc44e3e5981eca0c917f8018ac22b0b..c2a33007334a829ccab0d3bb9992628f40e091dc 100644
|
| --- a/build/toolchain.gypi
|
| +++ b/build/toolchain.gypi
|
| @@ -520,10 +520,7 @@
|
| 'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
|
| '-Wnon-virtual-dtor', '-Woverloaded-virtual',
|
| '<(wno_array_bounds)',
|
| - # Hide some GCC 4.8 warnings:
|
| - # TODO(jbramley): Only enable these on GCC 4.8.
|
| - '-Wno-unused-local-typedefs',
|
| - '-Wno-maybe-uninitialized' ],
|
| + ],
|
| 'conditions': [
|
| ['v8_optimized_debug==0', {
|
| 'cflags!': [
|
| @@ -625,10 +622,6 @@
|
| '-fdata-sections',
|
| '-ffunction-sections',
|
| '<(wno_array_bounds)',
|
| - # Hide some GCC 4.8 warnings:
|
| - # TODO(jbramley): Only enable these on GCC 4.8.
|
| - '-Wno-unused-local-typedefs',
|
| - '-Wno-maybe-uninitialized',
|
| ],
|
| 'conditions': [
|
| [ 'gcc_version==44 and clang==0', {
|
|
|