Enable C++ missing virtual destructor warning.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 31 Jul 2009 12:19:20 +0000 (12:19 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 31 Jul 2009 12:19:20 +0000 (12:19 +0000)
commit75562c794345007476c72c8012d108fecbcbe5e3
treec33602c81ea031e4a58a9d3045a49e4f83c17824
parente2ae01b6ef5a75fefde5a9dbf5d8637fec999f36
Enable C++ missing virtual destructor warning.

-Wnon-virtual-dtor is part of -Wall on gcc 4.0.3, but not on 4.2.4.
Enable it specifically.

Review URL: http://codereview.chromium.org/160450

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2600 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
SConstruct