From 56abebf236d93a39547771f4bf6e0dae5abc575b Mon Sep 17 00:00:00 2001 From: Pawel Aksiutowicz Date: Thu, 23 Nov 2017 15:43:36 -0800 Subject: [PATCH] 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 --- src/modules/evas/image_loaders/png/evas_image_load_png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/evas/image_loaders/png/evas_image_load_png.c b/src/modules/evas/image_loaders/png/evas_image_load_png.c index 2994c8e040..e7ac88bdd3 100644 --- a/src/modules/evas/image_loaders/png/evas_image_load_png.c +++ b/src/modules/evas/image_loaders/png/evas_image_load_png.c @@ -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;