cleanup gcc link time optimization warnings
commit28280c1870ef7d76b98f3f44c8b255a736d832b1
authorAndreas Mohr <and@gmx.li>
Sun, 13 Dec 2015 11:49:36 +0000 (13 11:49 +0000)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 1 Jan 2016 08:48:08 +0000 (1 11:48 +0300)
tree5fa897832ee2db1c7fc82c5bb1c54fd9dc9f6744
parentf25223477215477f39bb19d5a43bbfdb033b16b9
cleanup gcc link time optimization warnings

coord_cache.c: In function 'mcview_ccache_lookup.constprop':
coord_cache.c:374:31: error: 'nextc' may be used uninitialized in this function [-Werror=maybe-uninitialized]
coord_cache.c:342:16: note: 'nextc' was declared here
boxes.c: In function 'sort_box':
boxes.c:877:5: error: 'sort_names_num' may be used uninitialized in this function [-Werror=maybe-uninitialized]
boxes.c:871:11: note: 'sort_names_num' was declared here
actions_cmd.c: In function 'mcview_callback':
actions_cmd.c:252:42: error: 'byte_val' may be used uninitialized in this function [-Werror=maybe-uninitialized]
actions_cmd.c:223:9: note: 'byte_val' was declared here

Signed-off-by: Andreas Mohr <and@gmx.li>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/filemanager/boxes.c
src/viewer/actions_cmd.c
src/viewer/coord_cache.c