Fix 'maybe used uninitialized' warning
authorShuhrat Dehkanov <sh.dehkanov@samsung.com>
Mon, 27 Jun 2016 07:16:00 +0000 (16:16 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 27 Jun 2016 07:19:43 +0000 (16:19 +0900)
commit9c69afd535a7e8ebe72f590cb634733fcac23da1
treef985a74ef2b369c6c4ae13c08f4a360b29423be4
parent89dca5ba6c4ebbe5b5b11e8e3e14f73753b443c9
Fix 'maybe used uninitialized' warning

Summary:
    bin/edje/edje_cc_out.c: In function ‘data_write_images’:
    bin/edje/edje_cc_out.c:1164:7: warning: ‘f’ may be used uninitialized in this function [-Wmaybe-uninitialized]
        if (!f) return EINA_FALSE;
           ^
    bin/edje/edje_cc_out.c:1154:15: note: ‘f’ was declared here
        Eina_File *f;
                   ^

Reviewers: cedric, jpeg

Reviewed By: jpeg

Subscribers: seoz, jpeg

Differential Revision: https://phab.enlightenment.org/D4101
src/bin/edje/edje_cc_out.c