silence android warning

git-svn-id: http://skia.googlecode.com/svn/trunk@8567 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
humper@google.com 2013-04-08 21:54:58 +00:00
parent 75e3ca127c
commit 8e029e6e59

View File

@ -18,7 +18,7 @@
SkClearLastError(); \
}
void cb(SkError err, void *context) {
static void cb(SkError err, void *context) {
int *context_ptr = static_cast<int *>(context);
SkDebugf("CB (0x%x): %s\n", *context_ptr, SkGetLastErrorString());
}