evas: remove warning from image_loaders/png/evas_image_load_png

Reviewers: stanluk, lukasz.stanislawski, cedric

Reviewed By: cedric

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5501

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Pawel Aksiutowicz 2017-11-23 15:43:36 -08:00 committed by Cedric Bail
parent 1f35c2363a
commit 56abebf236
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ evas_image_load_file_head_png(void *loader_data,
png_infop info_ptr = NULL;
png_uint_32 w32, h32;
int bit_depth, color_type, interlace_type;
char hasa;
volatile char hasa;
volatile Eina_Bool r = EINA_FALSE;
opts = loader->opts;