commit | 9f3e9a5a17a7546e1c5bfde1eb7e6e9c11870333 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Dec 10 12:50:53 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Dec 10 12:50:53 2012 +0000 |
tree | ae5da5d81ac9a66b747b358d30816751239b4d1a | |
parent | f8b1ebc35b6872c2805a22481b7c23b85486fb46 [diff] [blame] |
shape ops work in progress rewrite binary edge inclusion lookup fix warnings git-svn-id: http://skia.googlecode.com/svn/trunk@6726 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/MiniSimplify_Test.cpp b/experimental/Intersection/MiniSimplify_Test.cpp index 6d6036c..3cb90ab 100644 --- a/experimental/Intersection/MiniSimplify_Test.cpp +++ b/experimental/Intersection/MiniSimplify_Test.cpp
@@ -58,6 +58,8 @@ case SkPath::kCubic_Verb: path.cubicTo(test->pts[1].fX, test->pts[1].fY, test->pts[2].fX, test->pts[2].fY, test->pts[3].fX, test->pts[3].fY); break; + default: + SkASSERT(0); } test++; } while (!pathComplete);