From 8e029e6e59024b80e8f71924369a540699754de3 Mon Sep 17 00:00:00 2001 From: "humper@google.com" Date: Mon, 8 Apr 2013 21:54:58 +0000 Subject: silence android warning git-svn-id: http://skia.googlecode.com/svn/trunk@8567 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/ErrorTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ErrorTest.cpp b/tests/ErrorTest.cpp index cbaf9d185b..c3b11533c1 100644 --- a/tests/ErrorTest.cpp +++ b/tests/ErrorTest.cpp @@ -18,7 +18,7 @@ SkClearLastError(); \ } -void cb(SkError err, void *context) { +static void cb(SkError err, void *context) { int *context_ptr = static_cast(context); SkDebugf("CB (0x%x): %s\n", *context_ptr, SkGetLastErrorString()); } -- cgit v1.2.3