| commit | c1ad0226087e10b1f300b5a45e3d6fdb23b8d1b8 | [log] [tgz] |
|---|---|---|
| author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Sep 19 02:01:47 2012 +0000 |
| committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Sep 19 02:01:47 2012 +0000 |
| tree | 0bc3fe5a67b93c55f3e59161d170ca106c00ea47 | |
| parent | 79723f9826241896ae4ac0d462c96ffcbc47789a [diff] [blame] |
Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@5594 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuadraticImplicit.cpp b/experimental/Intersection/QuadraticImplicit.cpp index be54ed6..835b3bf 100644 --- a/experimental/Intersection/QuadraticImplicit.cpp +++ b/experimental/Intersection/QuadraticImplicit.cpp
@@ -92,7 +92,7 @@ int rootCount = findRoots(i2, q1, roots1); // OPTIMIZATION: could short circuit here if all roots are < 0 or > 1 #ifndef NDEBUG - int rootCount2 = + int rootCount2 = #endif findRoots(i1, q2, roots2); assert(rootCount == rootCount2);