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; |