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

Unified Diff: samplecode/SampleLineClipper.cpp

Issue 6301044: fix warnings on Mac in samplecode (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samplecode/SampleHairModes.cpp ('k') | samplecode/SampleOverflow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samplecode/SampleLineClipper.cpp
===================================================================
--- samplecode/SampleLineClipper.cpp (revision 4157)
+++ samplecode/SampleLineClipper.cpp (working copy)
@@ -209,7 +209,9 @@
this->inval(NULL);
}
- // fProcIndex = test0(fPts, &fClip);
+ if (false) { // avoid bit rot, suppress warning
+ fProcIndex = test0(fPts, &fClip);
+ }
SkPaint paint, paint1;
« no previous file with comments | « samplecode/SampleHairModes.cpp ('k') | samplecode/SampleOverflow.cpp » ('j') | no next file with comments »

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