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

Issue 6302044: fix warnings on Mac in bench (Closed)

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

Description

fix warnings on Mac in bench 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=4188

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -8 lines) Patch
M bench/AAClipBench.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M bench/InterpBench.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M bench/MathBench.cpp View 3 chunks +4 lines, -2 lines 0 comments Download

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