evas: Fixed compilation warnings in software_16 engine.

SVN revision: 50955
This commit is contained in:
Tom Hacohen 2010-08-10 07:40:09 +00:00
parent 7615995cc2
commit f7e902d3e7
1 changed files with 2 additions and 1 deletions

View File

@ -516,10 +516,11 @@ eng_image_colorspace_set(void *data __UNUSED__, void *image __UNUSED__, int cspa
NOT_IMPLEMENTED();
}
static void
static void *
eng_image_native_set(void *data __UNUSED__, void *image __UNUSED__, void *native __UNUSED__)
{
NOT_IMPLEMENTED();
return NULL;
}
static void *