From 9880607151ca7c2dc6b1a4b9756938bd71913ab5 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Fri, 12 Dec 2014 15:11:17 -0800 Subject: Even more win64 warning fixes Review URL: https://codereview.chromium.org/800993002 --- tests/ScalarTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ScalarTest.cpp') diff --git a/tests/ScalarTest.cpp b/tests/ScalarTest.cpp index b6f71d19bc..f2f924e4ff 100644 --- a/tests/ScalarTest.cpp +++ b/tests/ScalarTest.cpp @@ -54,7 +54,7 @@ static void test_isRectFinite(skiatest::Reporter* reporter) { static const struct { const SkPoint* fPts; - size_t fCount; + int fCount; bool fIsFinite; } gSets[] = { { gF0, SK_ARRAY_COUNT(gF0), true }, -- cgit v1.2.3