diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 20:33:32 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 20:33:32 +0000 |
commit | 0a885f869b678072dc5092e89f3fe8e8d2b59017 (patch) | |
tree | 68523a369ac62c117c639e51c5f43091f2bd232f /build | |
parent | 0925622c1495325dfe3d3b25273f4439361936bc (diff) | |
download | chromium_src-0a885f869b678072dc5092e89f3fe8e8d2b59017.zip chromium_src-0a885f869b678072dc5092e89f3fe8e8d2b59017.tar.gz chromium_src-0a885f869b678072dc5092e89f3fe8e8d2b59017.tar.bz2 |
Turn on -Wdelete-non-virtual-dtor for chromeos as well.
All of the changes in this CL are to shut up the warning, not because of real problems (I fixed these in separate CLs).
See the bug for a disussion of this change.
BUG=84424
TEST=none
Review URL: http://codereview.chromium.org/6995085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build/common.gypi b/build/common.gypi index 06674f3..fd1466d 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1353,18 +1353,6 @@ ], }]], }], - ['clang==1 and chromeos==1', { - 'target_conditions': [ - ['_toolset=="target"', { - 'cflags': [ - # TODO(thakis): Remove this once all instances of this - # are fixed in the views and chromeos code. - # http://crbug.com/84424 - # TODO(thakis): Add back in when rolling clang past r131989 - '-Wno-delete-non-virtual-dtor', - ], - }]], - }], ['clang==1 and clang_use_chrome_plugins==1', { 'target_conditions': [ ['_toolset=="target"', { |