Chromium Code Reviews| Index: components/nacl/renderer/plugin/plugin.gypi |
| diff --git a/components/nacl/renderer/plugin/plugin.gypi b/components/nacl/renderer/plugin/plugin.gypi |
| index e7f31710fb774413bfedd6b83ae659b1a79810ff..ea82a68da9ceaa194539946e1febaf5ed64a348d 100644 |
| --- a/components/nacl/renderer/plugin/plugin.gypi |
| +++ b/components/nacl/renderer/plugin/plugin.gypi |
| @@ -33,9 +33,6 @@ |
| 'cflags': [ |
| '-Wno-long-long', |
| ], |
| - 'cflags!': [ |
| - '-Wno-unused-parameter', # be a bit stricter to match NaCl flags. |
|
Nico
2015/12/30 22:53:26
This had no effect, because -Wunused-parameter is
|
| - ], |
| 'conditions': [ |
| ['asan!=1 and msan!=1 and ubsan_vptr!=1', { |
| 'ldflags': [ |