Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(802)

Issue 6301046: fix warnings on Mac in src/core (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by caryclark1
Modified:
12 years ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

fix warnings on Mac in src/core Fix these class of warnings: - unused functions - unused locals - sign mismatch - missing function prototypes - missing newline at end of file - 64 to 32 bit truncation The changes prefer to link in dead code in the debug build with 'if (false)' than to comment it out, but trivial cases are commented out or sometimes deleted if it appears to be a copy/paste error. Committed: https://code.google.com/p/skia/source/detail?r=4182

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -23 lines) Patch
M src/core/SkAAClip.cpp View 6 chunks +7 lines, -9 lines 0 comments Download
M src/core/SkBitmapProcState_matrix.h View 2 chunks +17 lines, -1 line 0 comments Download
M src/core/SkBitmapProcState_sample.h View 1 chunk +15 lines, -0 lines 0 comments Download
M src/core/SkBlitMask_D32.cpp View 2 chunks +4 lines, -1 line 0 comments Download
M src/core/SkConcaveToTriangles.cpp View 7 chunks +9 lines, -7 lines 0 comments Download
M src/core/SkPath.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M src/core/SkPixelRef.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPoint.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkRegion.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkScalerContext.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/core/SkScan_AntiPath.cpp View 2 chunks +2 lines, -0 lines 0 comments Download
M src/core/SkString.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1
reed1
12 years ago (2012-06-05 19:11:19 UTC) #1
lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b