Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 548df7bdad2ffee2d4933ebccc16e02d55e940ab..9976d25047ad67c226bab5d4b4d07fc30af75f55 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -306,7 +306,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 |