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

Issue 12536008: Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. (Closed)

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

Description

Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. Committed: https://code.google.com/p/skia/source/detail?r=8307

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -14 lines) Patch
M gyp/common_conditions.gypi View 5 chunks +7 lines, -8 lines 0 comments Download
M src/device/xps/SkXPSDevice.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/opts/SkBlitRect_opts_SSE2.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/ports/SkFontHost_win.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/utils/win/SkWGL_win.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/views/win/SkOSWindow_win.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/views/win/skia_win.cpp View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
bsalomon
This catches warnings that broke the linux/mac builds but went undetected on windows (r8264-5)
7 years, 9 months ago (2013-03-20 19:31:15 UTC) #1
bsalomon
Adding reed@
7 years, 9 months ago (2013-03-21 12:57:14 UTC) #2
reed1
https://codereview.chromium.org/12536008/diff/1/src/device/xps/SkXPSDevice.cpp File src/device/xps/SkXPSDevice.cpp (left): https://codereview.chromium.org/12536008/diff/1/src/device/xps/SkXPSDevice.cpp#oldcode953 src/device/xps/SkXPSDevice.cpp:953: SkShader::GradientType gradientType = shader->asAGradient(&info); Why did we eliminate this ...
7 years, 9 months ago (2013-03-21 13:14:24 UTC) #3
bsalomon
https://codereview.chromium.org/12536008/diff/1/src/device/xps/SkXPSDevice.cpp File src/device/xps/SkXPSDevice.cpp (left): https://codereview.chromium.org/12536008/diff/1/src/device/xps/SkXPSDevice.cpp#oldcode953 src/device/xps/SkXPSDevice.cpp:953: SkShader::GradientType gradientType = shader->asAGradient(&info); On 2013/03/21 13:14:24, reed1 wrote: ...
7 years, 9 months ago (2013-03-21 13:45:29 UTC) #4
bsalomon
ok to land?
7 years, 9 months ago (2013-03-21 19:59:04 UTC) #5
reed1
lgtm
7 years, 9 months ago (2013-03-21 20:24:20 UTC) #6
bsalomon
7 years, 9 months ago (2013-03-21 20:29:12 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r8307 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698