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] ``` |
||
---|---|---|
.. | ||
default_theme | ||
animation.cpp | ||
animation.h | ||
audio_stream_sample.cpp | ||
audio_stream_sample.h | ||
bit_mask.cpp | ||
bit_mask.h | ||
bounds.cpp | ||
bounds.h | ||
box_shape.cpp | ||
box_shape.h | ||
canvas.cpp | ||
canvas.h | ||
capsule_shape.cpp | ||
capsule_shape.h | ||
capsule_shape_2d.cpp | ||
capsule_shape_2d.h | ||
circle_shape_2d.cpp | ||
circle_shape_2d.h | ||
color_ramp.cpp | ||
color_ramp.h | ||
concave_polygon_shape.cpp | ||
concave_polygon_shape.h | ||
concave_polygon_shape_2d.cpp | ||
concave_polygon_shape_2d.h | ||
convex_polygon_shape.cpp | ||
convex_polygon_shape.h | ||
convex_polygon_shape_2d.cpp | ||
convex_polygon_shape_2d.h | ||
curve.cpp | ||
curve.h | ||
cylinder_shape.cpp | ||
cylinder_shape.h | ||
dynamic_font.cpp | ||
dynamic_font.h | ||
dynamic_font_stb.cpp | ||
dynamic_font_stb.h | ||
environment.cpp | ||
environment.h | ||
font.cpp | ||
font.h | ||
material.cpp | ||
material.h | ||
mesh.cpp | ||
mesh.h | ||
mesh_data_tool.cpp | ||
mesh_data_tool.h | ||
mesh_library.cpp | ||
mesh_library.h | ||
multimesh.cpp | ||
multimesh.h | ||
packed_scene.cpp | ||
packed_scene.h | ||
particles_material.cpp | ||
particles_material.h | ||
physics_material.cpp | ||
physics_material.h | ||
plane_shape.cpp | ||
plane_shape.h | ||
polygon_path_finder.cpp | ||
polygon_path_finder.h | ||
primitive_meshes.cpp | ||
primitive_meshes.h | ||
ray_shape.cpp | ||
ray_shape.h | ||
rectangle_shape_2d.cpp | ||
rectangle_shape_2d.h | ||
room.cpp | ||
room.h | ||
scene_format_text.cpp | ||
scene_format_text.h | ||
SCsub | ||
segment_shape_2d.cpp | ||
segment_shape_2d.h | ||
shader.cpp | ||
shader.h | ||
shape.cpp | ||
shape.h | ||
shape_2d.cpp | ||
shape_2d.h | ||
shape_line_2d.cpp | ||
shape_line_2d.h | ||
sky_box.cpp | ||
sky_box.h | ||
space_2d.cpp | ||
space_2d.h | ||
sphere_shape.cpp | ||
sphere_shape.h | ||
style_box.cpp | ||
style_box.h | ||
surface_tool.cpp | ||
surface_tool.h | ||
text_file.cpp | ||
text_file.h | ||
texture.cpp | ||
texture.h | ||
theme.cpp | ||
theme.h | ||
tile_set.cpp | ||
tile_set.h | ||
video_stream.cpp | ||
video_stream.h | ||
visual_shader.cpp | ||
visual_shader.h | ||
visual_shader_nodes.cpp | ||
visual_shader_nodes.h | ||
world.cpp | ||
world.h | ||
world_2d.cpp | ||
world_2d.h |