Evas: Fix clang warning (actually use function)

Those helper functions are barely ever used...
This commit is contained in:
Jean-Philippe Andre 2015-04-21 20:14:23 +09:00
parent 8e8444bf35
commit de567368f8
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ evas_common_convert_argb8888_to(void *data, int w, int h, int stride, Eina_Bool
{
case EVAS_COLORSPACE_RGB565_A5P:
return evas_common_convert_argb8888_to_rgb565_a5p(data, w, h, stride, has_alpha);
case EVAS_COLORSPACE_GRY8:
return evas_common_convert_argb8888_to_a8(data, w, h, stride, has_alpha);
default:
break;
}