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

Issue 6301045: fix warnings on Mac in tests (Closed)

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

Description

fix warnings on Mac in tests 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=4175

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -50 lines) Patch
M tests/BitmapCopyTest.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M tests/CanvasTest.cpp View 1 3 chunks +15 lines, -5 lines 0 comments Download
M tests/ClipCacheTest.cpp View 1 2 chunks +4 lines, -0 lines 0 comments Download
M tests/ClipperTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/DataRefTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/EmptyPathTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/FillPathTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/FontHostTest.cpp View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/GeometryTest.cpp View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/MathTest.cpp View 1 2 chunks +12 lines, -1 line 0 comments Download
M tests/Matrix44Test.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M tests/MatrixTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/PDFPrimitivesTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/ParsePathTest.cpp View 2 chunks +13 lines, -13 lines 0 comments Download
M tests/PathCoverageTest.cpp View 1 2 chunks +11 lines, -4 lines 0 comments Download
M tests/PathTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/PointTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/ReadWriteAlphaTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/SortTest.cpp View 1 2 chunks +4 lines, -1 line 0 comments Download
M tests/StringTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/XfermodeTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

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