cda5b0bfe1
Fixes the following GCC 5 warnings: ``` drivers/gles2/rasterizer_scene_gles2.cpp:1139:15: warning: unused variable 'offset' [-Wunused-variable] drivers/gles2/rasterizer_scene_gles2.cpp:1205:39: warning: unused variable 'multi_mesh' [-Wunused-variable] drivers/gles2/rasterizer_storage_gles2.cpp:359:7: warning: unused variable 'srgb' [-Wunused-variable] drivers/gles2/shader_gles2.cpp:1016:45: warning: unused variable 'texture_hints' [-Wunused-variable] editor/animation_track_editor.cpp:776:9: warning: unused variable 'keys_to' [-Wunused-variable] editor/editor_inspector.cpp:273:7: warning: unused variable 'vs_height' [-Wunused-variable] editor/editor_themes.cpp:202:10: warning: unused variable 'begin_time' [-Wunused-variable] editor/editor_themes.cpp:239:10: warning: unused variable 'end_time' [-Wunused-variable] editor/plugins/animation_blend_tree_editor_plugin.cpp:726:17: warning: unused variable 'an' [-Wunused-variable] editor/plugins/script_text_editor.cpp:1278:8: warning: unused variable 'fold_state' [-Wunused-variable] main/main.cpp:132:13: warning: 'use_vsync' defined but not used [-Wunused-variable] modules/cvtt/image_compress_cvtt.cpp:231:8: warning: unused variable 'y_end' [-Wunused-variable] modules/cvtt/image_compress_cvtt.cpp:311:6: warning: unused variable 'shift' [-Wunused-variable] modules/gdscript/gdscript_editor.cpp:58:7: warning: unused variable 'th' [-Wunused-variable] modules/gridmap/grid_map.cpp:1084:6: warning: unused variable 'ofs' [-Wunused-variable] modules/theora/video_stream_theora.cpp:442:9: warning: unused variable 'tr' [-Wunused-variable] modules/visual_script/visual_script_editor.cpp:2606:6: warning: unused variable 'count' [-Wunused-variable] modules/visual_script/visual_script_editor.cpp:2829:6: warning: unused variable 'seq_count' [-Wunused-variable] modules/visual_script/visual_script_editor.cpp:2844:24: warning: unused variable 'vnode_function' [-Wunused-variable] modules/websocket/lws_peer.cpp:122:12: warning: unused variable 'peer_data' [-Wunused-variable] modules/websocket/lws_peer.cpp:135:12: warning: unused variable 'peer_data' [-Wunused-variable] modules/websocket/lws_peer.cpp:63:12: warning: unused variable 'peer_data' [-Wunused-variable] modules/websocket/lws_peer.cpp:91:12: warning: unused variable 'peer_data' [-Wunused-variable] platform/android/export/export.cpp:763:16: warning: unused variable 'node_size' [-Wunused-variable] scene/gui/rich_text_label.cpp:850:10: warning: unused variable 'x_ofs' [-Wunused-variable] scene/gui/text_edit.cpp:653:8: warning: unused variable 'tab_w' [-Wunused-variable] scene/resources/bit_mask.cpp:186:6: warning: unused variable 'i' [-Wunused-variable] scene/resources/mesh.cpp:549:20: warning: '_array_name' defined but not used [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:107:10: warning: unused variable 'v2' [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:108:10: warning: unused variable 'v3' [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:109:10: warning: unused variable 'v4' [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:110:10: warning: unused variable 'v5' [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:111:10: warning: unused variable 'v0n' [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:112:10: warning: unused variable 'v1n' [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:113:10: warning: unused variable 'v2n' [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:114:10: warning: unused variable 'v3n' [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:115:10: warning: unused variable 'v4n' [-Wunused-variable] servers/audio/audio_rb_resampler.cpp:116:10: warning: unused variable 'v5n' [-Wunused-variable] servers/visual/default_mouse_cursor.xpm:2:21: warning: 'default_mouse_cursor_xpm' defined but not used [-Wunused-variable] ``` |
||
---|---|---|
.. | ||
base_button.cpp | ||
base_button.h | ||
box_container.cpp | ||
box_container.h | ||
button.cpp | ||
button.h | ||
center_container.cpp | ||
center_container.h | ||
check_box.cpp | ||
check_box.h | ||
check_button.cpp | ||
check_button.h | ||
color_picker.cpp | ||
color_picker.h | ||
color_rect.cpp | ||
color_rect.h | ||
container.cpp | ||
container.h | ||
control.cpp | ||
control.h | ||
dialogs.cpp | ||
dialogs.h | ||
file_dialog.cpp | ||
file_dialog.h | ||
gradient_edit.cpp | ||
gradient_edit.h | ||
graph_edit.cpp | ||
graph_edit.h | ||
graph_node.cpp | ||
graph_node.h | ||
grid_container.cpp | ||
grid_container.h | ||
item_list.cpp | ||
item_list.h | ||
label.cpp | ||
label.h | ||
line_edit.cpp | ||
line_edit.h | ||
link_button.cpp | ||
link_button.h | ||
margin_container.cpp | ||
margin_container.h | ||
menu_button.cpp | ||
menu_button.h | ||
nine_patch_rect.cpp | ||
nine_patch_rect.h | ||
option_button.cpp | ||
option_button.h | ||
panel_container.cpp | ||
panel_container.h | ||
panel.cpp | ||
panel.h | ||
popup_menu.cpp | ||
popup_menu.h | ||
popup.cpp | ||
popup.h | ||
progress_bar.cpp | ||
progress_bar.h | ||
range.cpp | ||
range.h | ||
reference_rect.cpp | ||
reference_rect.h | ||
rich_text_label.cpp | ||
rich_text_label.h | ||
scroll_bar.cpp | ||
scroll_bar.h | ||
scroll_container.cpp | ||
scroll_container.h | ||
SCsub | ||
separator.cpp | ||
separator.h | ||
shortcut.cpp | ||
shortcut.h | ||
slider.cpp | ||
slider.h | ||
spin_box.cpp | ||
spin_box.h | ||
split_container.cpp | ||
split_container.h | ||
tab_container.cpp | ||
tab_container.h | ||
tabs.cpp | ||
tabs.h | ||
text_edit.cpp | ||
text_edit.h | ||
texture_button.cpp | ||
texture_button.h | ||
texture_progress.cpp | ||
texture_progress.h | ||
texture_rect.cpp | ||
texture_rect.h | ||
tool_button.cpp | ||
tool_button.h | ||
tree.cpp | ||
tree.h | ||
video_player.cpp | ||
video_player.h | ||
viewport_container.cpp | ||
viewport_container.h |