Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Issue 3527003: Add -Wno-non-virtual-dtor flag on posix targets. (Closed)

Created:
10 years, 2 months ago by cbentzel
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add -Wno-non-virtual-dtor flag on posix targets. BUG=45135 TEST=Targets build without error. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=62529

Patch Set 1 #

Patch Set 2 : Use GCC_WARN_NON_VIRTUAL_DESTRUCTOR instead of -Wno-non-virtual-dtor #

Patch Set 3 : Disable the GCC_WARN_NON_VIRTUAL_DESTRUCTOR warning on OSX for now. #

Total comments: 3

Patch Set 4 : Clean comment. #

Patch Set 5 : Fixed comment #

Patch Set 6 : Remove trailing whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M build/common.gypi View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
cbentzel
The OSX implementation of gcc seems to have uncovered some more violations, but Ziad seems ...
10 years, 2 months ago (2010-10-02 01:07:46 UTC) #1
jar (doing other things)
With two nits below.... LGTM http://codereview.chromium.org/3527003/diff/3001/4001 File build/common.gypi (right): http://codereview.chromium.org/3527003/diff/3001/4001#newcode1223 build/common.gypi:1223: # TODO(cbentzel): Enable non ...
10 years, 2 months ago (2010-10-02 01:25:06 UTC) #2
cbentzel
http://codereview.chromium.org/3527003/diff/3001/4001 File build/common.gypi (right): http://codereview.chromium.org/3527003/diff/3001/4001#newcode1223 build/common.gypi:1223: # TODO(cbentzel): Enable non virtual destructor warning on OSX. ...
10 years, 2 months ago (2010-10-04 11:12:05 UTC) #3
jar (doing other things)
10 years, 2 months ago (2010-10-04 17:26:39 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698