Index: tests/PathOpsSimplifyRectThreadedTest.cpp |
diff --git a/tests/PathOpsSimplifyRectThreadedTest.cpp b/tests/PathOpsSimplifyRectThreadedTest.cpp |
index 8c4e03c4606847837dd794ad89698688c5c0d273..7289440e0e946781c4d5c712461f4be4d7a6bd02 100644 |
--- a/tests/PathOpsSimplifyRectThreadedTest.cpp |
+++ b/tests/PathOpsSimplifyRectThreadedTest.cpp |
@@ -42,7 +42,8 @@ static void testSimplify4x4RectsMain(PathOpsThreadState* data) |
SkPath path, out; |
char* str = pathStr; |
path.setFillType(SkPath::kWinding_FillType); |
- int l, t, r, b; |
+ int l SK_INIT_TO_AVOID_WARNING, t SK_INIT_TO_AVOID_WARNING, |
+ r SK_INIT_TO_AVOID_WARNING, b SK_INIT_TO_AVOID_WARNING; |
if (aShape) { |
switch (aShape) { |
case 1: // square |