62ecb44035
Fixes the following GCC 5 warnings: ``` core/io/zip_io.h:128:26: warning: 'zlib_filefunc_def zipio_create_io_from_file(FileAccess**)' defined but not used [-Wunused-function] core/script_debugger_remote.cpp:110:17: warning: 'ObjectID safe_get_instance_id(const Variant&)' defined but not used [-Wunused-function] drivers/unix/socket_helpers.h:103:12: warning: 'int _socket_create(IP::Type&, int, int)' defined but not used [-Wunused-function] drivers/unix/socket_helpers.h:45:15: warning: 'size_t _set_sockaddr(sockaddr_storage*, const IP_Address&, int, IP::Type)' defined but not used [-Wunused-function] drivers/unix/socket_helpers.h:76:15: warning: 'size_t _set_listen_sockaddr(sockaddr_storage*, int, IP::Type, IP_Address)' defined but not used [-Wunused-function] editor/editor_fonts.cpp:40:24: warning: 'Ref<BitmapFont> make_font(int, int, int, int, const int*, const Ref<Texture>&)' defined but not used [-Wunused-function] editor/editor_themes.cpp:85:26: warning: 'Ref<StyleBoxFlat> change_border_color(Ref<StyleBoxFlat>, Color)' defined but not used [-Wunused-function] editor/import/editor_import_collada.cpp:493:13: warning: 'void _generate_normals(const PoolVector<int>&, const PoolVector<Vector3>&, PoolVector<Vector3>&)' defined but not used [-Wunused-function] editor/import/editor_import_collada.cpp:524:13: warning: 'void _generate_tangents_and_binormals(const PoolVector<int>&, const PoolVector<Vector3>&, const PoolVector<Vector3>&, const PoolVector<Vector3>&, PoolVector<float>&)' defined but not used [-Wunused-function] editor/pvrtc_compress.cpp:118:13: warning: 'void _compress_etc(Image*)' defined but not used [-Wunused-function] modules/etc/image_etc.cpp:89:13: warning: 'void _decompress_etc1(Image*)' defined but not used [-Wunused-function] modules/etc/image_etc.cpp:93:13: warning: 'void _decompress_etc2(Image*)' defined but not used [-Wunused-function] modules/gdscript/editor/gdscript_highlighter.cpp:46:13: warning: 'bool _is_whitespace(CharType)' defined but not used [-Wunused-function] scene/2d/cpu_particles_2d.cpp:510:14: warning: 'float rand_from_seed_m1_p1(uint32_t&)' defined but not used [-Wunused-function] scene/3d/cpu_particles.cpp:474:14: warning: 'float rand_from_seed_m1_p1(uint32_t&)' defined but not used [-Wunused-function] scene/resources/default_theme/default_theme.cpp:123:20: warning: 'Ref<Shader> make_shader(const char*, const char*, const char*)' defined but not used [-Wunused-function] scene/resources/default_theme/default_theme.cpp:130:24: warning: 'Ref<BitmapFont> make_font(int, int, int, int, const int*, const Ref<Texture>&)' defined but not used [-Wunused-function] ``` Had to split `core/io/zip_io.h` into header and .cpp file without 'static' keyword. Not fixed yet (static definition in header used in some files but not all): ``` modules/websocket/lws_helper.h:111:13: warning: 'void _lws_make_protocols(void*, int (*)(lws*, lws_callback_reasons, void*, void*, size_t), PoolVector<String>, _LWSRef**)' defined but not used [-Wunused-function] ``` Also fixed a couple other warnings missed in previous commits. |
||
---|---|---|
.. | ||
abstract_polygon_2d_editor.cpp | ||
abstract_polygon_2d_editor.h | ||
animation_blend_space_1d_editor.cpp | ||
animation_blend_space_1d_editor.h | ||
animation_blend_space_2d_editor.cpp | ||
animation_blend_space_2d_editor.h | ||
animation_blend_tree_editor_plugin.cpp | ||
animation_blend_tree_editor_plugin.h | ||
animation_player_editor_plugin.cpp | ||
animation_player_editor_plugin.h | ||
animation_state_machine_editor.cpp | ||
animation_state_machine_editor.h | ||
animation_tree_editor_plugin.cpp | ||
animation_tree_editor_plugin.h | ||
animation_tree_player_editor_plugin.cpp | ||
animation_tree_player_editor_plugin.h | ||
asset_library_editor_plugin.cpp | ||
asset_library_editor_plugin.h | ||
audio_stream_editor_plugin.cpp | ||
audio_stream_editor_plugin.h | ||
baked_lightmap_editor_plugin.cpp | ||
baked_lightmap_editor_plugin.h | ||
camera_editor_plugin.cpp | ||
camera_editor_plugin.h | ||
canvas_item_editor_plugin.cpp | ||
canvas_item_editor_plugin.h | ||
collision_polygon_2d_editor_plugin.cpp | ||
collision_polygon_2d_editor_plugin.h | ||
collision_polygon_editor_plugin.cpp | ||
collision_polygon_editor_plugin.h | ||
collision_shape_2d_editor_plugin.cpp | ||
collision_shape_2d_editor_plugin.h | ||
cpu_particles_editor_plugin.cpp | ||
cpu_particles_editor_plugin.h | ||
curve_editor_plugin.cpp | ||
curve_editor_plugin.h | ||
editor_preview_plugins.cpp | ||
editor_preview_plugins.h | ||
gi_probe_editor_plugin.cpp | ||
gi_probe_editor_plugin.h | ||
gradient_editor_plugin.cpp | ||
gradient_editor_plugin.h | ||
item_list_editor_plugin.cpp | ||
item_list_editor_plugin.h | ||
light_occluder_2d_editor_plugin.cpp | ||
light_occluder_2d_editor_plugin.h | ||
line_2d_editor_plugin.cpp | ||
line_2d_editor_plugin.h | ||
material_editor_plugin.cpp | ||
material_editor_plugin.h | ||
mesh_editor_plugin.cpp | ||
mesh_editor_plugin.h | ||
mesh_instance_editor_plugin.cpp | ||
mesh_instance_editor_plugin.h | ||
mesh_library_editor_plugin.cpp | ||
mesh_library_editor_plugin.h | ||
multimesh_editor_plugin.cpp | ||
multimesh_editor_plugin.h | ||
navigation_polygon_editor_plugin.cpp | ||
navigation_polygon_editor_plugin.h | ||
particles_2d_editor_plugin.cpp | ||
particles_2d_editor_plugin.h | ||
particles_editor_plugin.cpp | ||
particles_editor_plugin.h | ||
path_2d_editor_plugin.cpp | ||
path_2d_editor_plugin.h | ||
path_editor_plugin.cpp | ||
path_editor_plugin.h | ||
physical_bone_plugin.cpp | ||
physical_bone_plugin.h | ||
polygon_2d_editor_plugin.cpp | ||
polygon_2d_editor_plugin.h | ||
resource_preloader_editor_plugin.cpp | ||
resource_preloader_editor_plugin.h | ||
root_motion_editor_plugin.cpp | ||
root_motion_editor_plugin.h | ||
script_editor_plugin.cpp | ||
script_editor_plugin.h | ||
script_text_editor.cpp | ||
script_text_editor.h | ||
SCsub | ||
shader_editor_plugin.cpp | ||
shader_editor_plugin.h | ||
skeleton_2d_editor_plugin.cpp | ||
skeleton_2d_editor_plugin.h | ||
skeleton_editor_plugin.cpp | ||
skeleton_editor_plugin.h | ||
skeleton_ik_editor_plugin.cpp | ||
skeleton_ik_editor_plugin.h | ||
spatial_editor_plugin.cpp | ||
spatial_editor_plugin.h | ||
sprite_editor_plugin.cpp | ||
sprite_editor_plugin.h | ||
sprite_frames_editor_plugin.cpp | ||
sprite_frames_editor_plugin.h | ||
style_box_editor_plugin.cpp | ||
style_box_editor_plugin.h | ||
text_editor.cpp | ||
text_editor.h | ||
texture_editor_plugin.cpp | ||
texture_editor_plugin.h | ||
texture_region_editor_plugin.cpp | ||
texture_region_editor_plugin.h | ||
theme_editor_plugin.cpp | ||
theme_editor_plugin.h | ||
tile_map_editor_plugin.cpp | ||
tile_map_editor_plugin.h | ||
tile_set_editor_plugin.cpp | ||
tile_set_editor_plugin.h | ||
visual_shader_editor_plugin.cpp | ||
visual_shader_editor_plugin.h |