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

Issue 17572010: Build fix for [-Werror=maybe-uninitialized]. (Closed)

Created:
7 years, 6 months ago by dshwang
Modified:
7 years, 5 months ago
Reviewers:
bungeman-skia, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Build fix for [-Werror=maybe-uninitialized]. gcc v4.7.3 failed to build due to uninitialized variables. BUG=http://code.google.com/p/skia/issues/detail?id=1381 Committed: http://code.google.com/p/skia/source/detail?r=9887

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M src/core/SkAAClip.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkPathRef.h View 1 1 chunk +7 lines, -2 lines 1 comment Download

Messages

Total messages: 12 (0 generated)
dshwang
7 years, 6 months ago (2013-06-24 11:08:25 UTC) #1
dshwang
7 years, 6 months ago (2013-06-24 16:31:32 UTC) #2
dshwang
ping
7 years, 5 months ago (2013-06-27 15:22:54 UTC) #3
bungeman-skia
https://codereview.chromium.org/17572010/diff/1/src/core/SkPathRef.h File src/core/SkPathRef.h (right): https://codereview.chromium.org/17572010/diff/1/src/core/SkPathRef.h#newcode484 src/core/SkPathRef.h:484: pCnt = 0; It may be better to put ...
7 years, 5 months ago (2013-06-27 17:21:14 UTC) #4
bungeman-skia
I have opened https://code.google.com/p/skia/issues/detail?id=1381 to track having a bot which runs the latest (or at ...
7 years, 5 months ago (2013-06-27 17:29:23 UTC) #5
reed1
https://codereview.chromium.org/17572010/diff/1/src/core/SkPathRef.h File src/core/SkPathRef.h (right): https://codereview.chromium.org/17572010/diff/1/src/core/SkPathRef.h#newcode484 src/core/SkPathRef.h:484: pCnt = 0; On 2013/06/27 17:21:14, bungeman1 wrote: > ...
7 years, 5 months ago (2013-06-27 17:34:14 UTC) #6
dshwang
Thx for review. https://codereview.chromium.org/17572010/diff/1/src/core/SkPathRef.h File src/core/SkPathRef.h (right): https://codereview.chromium.org/17572010/diff/1/src/core/SkPathRef.h#newcode484 src/core/SkPathRef.h:484: pCnt = 0; On 2013/06/27 17:21:14, ...
7 years, 5 months ago (2013-06-27 17:54:33 UTC) #7
bungeman-skia
https://codereview.chromium.org/17572010/diff/1/src/core/SkPathRef.h File src/core/SkPathRef.h (right): https://codereview.chromium.org/17572010/diff/1/src/core/SkPathRef.h#newcode484 src/core/SkPathRef.h:484: pCnt = 0; On 2013/06/27 17:54:33, dshwang wrote: > ...
7 years, 5 months ago (2013-06-27 19:06:03 UTC) #8
dshwang
Thx for detail explanation. https://codereview.chromium.org/17572010/diff/13001/src/core/SkPathRef.h File src/core/SkPathRef.h (right): https://codereview.chromium.org/17572010/diff/13001/src/core/SkPathRef.h#newcode489 src/core/SkPathRef.h:489: pCnt = 0; How about ...
7 years, 5 months ago (2013-07-03 07:50:26 UTC) #9
bungeman-skia
lgtm
7 years, 5 months ago (2013-07-03 14:26:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/dongseong.hwang@intel.com/17572010/13001
7 years, 5 months ago (2013-07-03 15:02:20 UTC) #11
commit-bot: I haz the power
7 years, 5 months ago (2013-07-03 15:09:32 UTC) #12
Message was sent while issue was closed.
Change committed as 9887

Powered by Google App Engine
This is Rietveld 408576698