Evas: Add UNUSED to evas_engine function 'eng_image_load_error_get'

for data paramater (it is not used in the function).



SVN revision: 59547
This commit is contained in:
Christopher Michael 2011-05-20 01:35:41 +00:00
parent b3d66d5b25
commit 8c2397f8c2
1 changed files with 1 additions and 1 deletions

View File

@ -940,7 +940,7 @@ eng_image_filtered_free(void *image, Filtered_Image *fi)
}
static int
eng_image_load_error_get(void *data, void *image)
eng_image_load_error_get(void *data __UNUSED__, void *image)
{
RGBA_Image *im;