Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index b4b98902633fb83972c004697846ed1154a96a10..c733833d549a1fb01063558946df41627bb578fa 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -246,6 +246,7 @@ |
| '-Wsign-compare', |
| '-Wno-unused-parameter', |
| + '-Wvla', |
|
mtklein
2016/06/15 14:43:27
You might want to have these match the indentation
dvonbeck
2016/06/15 14:59:03
Oops I didn't notice. Done!
|
| ], |
| 'cflags_cc': [ |
| '-std=c++11', |
| @@ -561,6 +562,7 @@ |
| '-Winit-self', |
| '-Wpointer-arith', |
| '-Wsign-compare', |
| + '-Wvla', |
| '-Wno-unused-parameter', |
| ], |