Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 7806d4964ec32323685814a2a590dbb68b96e7ee..f352efee8a0dc5a343e33fac29f3adaf546903e5 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -276,7 +276,7 @@ |
| }], |
| ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', { |
| 'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter', |
| - '-Wnon-virtual-dtor' ], |
| + '-Wnon-virtual-dtor', '-Woverloaded-virtual' ], |
| }], |
| ], |
| }, # Debug |