| commit | 221db3c3364eb110bc03db78cb09aae51d117b27 | [log] [tgz] |
|---|---|---|
| author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jul 28 21:10:29 2011 +0000 |
| committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jul 28 21:10:29 2011 +0000 |
| tree | 4d5d584fef35751c330000c89795ad5313488e17 | |
| parent | 5c210c7a2ff860631c179253d8d6f6d813185570 [diff] [blame] |
Fix initialization of variables; eliminates warnings on Linux. git-svn-id: http://skia.googlecode.com/svn/trunk@1990 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp index 3086159..e7b061b 100644 --- a/tests/PathTest.cpp +++ b/tests/PathTest.cpp
@@ -18,6 +18,7 @@ SkPath::Verb v; int nMT = 0; int nCL = 0; + mv.set(0, 0); while (SkPath::kDone_Verb != (v = iter.next(pts))) { switch (v) { case SkPath::kMove_Verb: