From 54f0d1b7113cb0dc184e522539aab1030a28a421 Mon Sep 17 00:00:00 2001 From: "sugoi@google.com" Date: Wed, 27 Feb 2013 19:17:41 +0000 Subject: Tests : Unused parameters cleanup I removed unused parameters in the tests wherever it was trivial to do so. I'm trying to get the easy ones out of the way before we get into more involved discussions around this. Review URL: https://codereview.appspot.com/7394055 git-svn-id: http://skia.googlecode.com/svn/trunk@7891 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/ColorTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ColorTest.cpp') diff --git a/tests/ColorTest.cpp b/tests/ColorTest.cpp index 8985dbddbc..a720ff4eac 100644 --- a/tests/ColorTest.cpp +++ b/tests/ColorTest.cpp @@ -95,7 +95,7 @@ static inline bool S32A_D565_Blend_2(SkPMColor sc, uint16_t dc, U8CPU alpha) { return false; } -static inline void test_565blend(skiatest::Reporter* reporter) { +static inline void test_565blend() { int total_failures = 0; for (int global_alpha = 0; global_alpha <= 255; ++global_alpha) { int failures = 0; @@ -182,7 +182,7 @@ static void TestColor(skiatest::Reporter* reporter) { test_premul(reporter); //test_interp(reporter); test_fast_interp(reporter); -// test_565blend(reporter); +// test_565blend(); } #include "TestClassDef.h" -- cgit v1.2.3