| commit | f25edfeac7c41aafc018c5de75185368838ab404 | [log] [tgz] |
|---|---|---|
| author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 01 18:20:10 2012 +0000 |
| committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 01 18:20:10 2012 +0000 |
| tree | 29b07741dfc161e74fc7c9596f4facacbd05d3dd | |
| parent | a3f05facab01712a1b58e60a70b0dbdb90a39830 [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@4119 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuadraticReduceOrder_Test.cpp b/experimental/Intersection/QuadraticReduceOrder_Test.cpp index b716cdb..881289a 100644 --- a/experimental/Intersection/QuadraticReduceOrder_Test.cpp +++ b/experimental/Intersection/QuadraticReduceOrder_Test.cpp
@@ -14,7 +14,7 @@ static void oneOffTest() { SkDebugf("%s FLT_EPSILON=%1.9g\n", __FUNCTION__, FLT_EPSILON); - for (int index = 0; index < testSetCount; ++index) { + for (size_t index = 0; index < testSetCount; ++index) { const Quadratic& quad = testSet[index]; Quadratic reduce; int order = reduceOrder(quad, reduce);