Reviewers: ulan,

Description:
Added -Woverloaded-virtual to GCC flags, syncing scons and gyp builds.


Please review this at https://chromiumcodereview.appspot.com/9430043/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M SConstruct


Index: SConstruct
diff --git a/SConstruct b/SConstruct
index d4eaebef8debd1fd459ddf6bd662e8c46ede37e3..4d88b9ffcd730e0fec5619bc9c5bdbcdfa7f9865 100644
--- a/SConstruct
+++ b/SConstruct
@@ -296,6 +296,7 @@ V8_EXTRA_FLAGS = {
                        '-Werror',
                        '-W',
                        '-Wno-unused-parameter',
+                       '-Woverloaded-virtual',
                        '-Wnon-virtual-dtor']
     },
     'os:win32': {


--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to