shut gcc warning up - pointless but hey - 1 warn less.

SVN revision: 68102
This commit is contained in:
Carsten Haitzler 2012-02-18 08:56:00 +00:00
parent 189ee16538
commit ad09d3dcb8
1 changed files with 2 additions and 2 deletions

View File

@ -514,8 +514,8 @@ evas_image_load_file_data_jpeg_internal(Image_Entry *ie,
unsigned int tmp;
unsigned int load_region_x = 0, load_region_y = 0;
unsigned int load_region_w = 0, load_region_h = 0;
int degree = 0;
Eina_Bool change_wh = EINA_FALSE;
volatile int degree = 0;
volatile Eina_Bool change_wh = EINA_FALSE;
Eina_Bool line_done = EINA_FALSE;
if (ie->flags.rotated)