godot/core/math
Rémi Verschelde 3e9740ac93 Fix more "may be used initialized" warnings from GCC 7
Fixes the following GCC 7 warnings:
```
core/cowdata.h:269:47: warning: 'alloc_size' may be used uninitialized in this function [-Wmaybe-uninitialized]
core/error_macros.h:163:26: warning: 'nearest_point' may be used uninitialized in this function [-Wmaybe-uninitialized]
core/image.cpp:1579:5: warning: 'colormap_size' may be used uninitialized in this function [-Wmaybe-uninitialized]
core/image.cpp:1582:12: warning: 'size_height' may be used uninitialized in this function [-Wmaybe-uninitialized]
core/image.cpp:1590:23: warning: 'size_width' may be used uninitialized in this function [-Wmaybe-uninitialized]
core/image.cpp:1599:29: warning: 'pixel_size' may be used uninitialized in this function [-Wmaybe-uninitialized]
core/math/face3.cpp:207:15: warning: 'tri_max' may be used uninitialized in this function [-Wmaybe-uninitialized]
core/math/face3.cpp:209:15: warning: 'tri_min' may be used uninitialized in this function [-Wmaybe-uninitialized]
drivers/gles3/rasterizer_scene_gles3.cpp:665:22: warning: 'best_used_frame' may be used uninitialized in this function [-Wmaybe-uninitialized]
drivers/gles3/rasterizer_storage_gles3.cpp:865:27: warning: 'blit_target' may be used uninitialized in this function [-Wmaybe-uninitialized]
drivers/gles3/rasterizer_storage_gles3.cpp:980:29: warning: 'blit_target' may be used uninitialized in this function [-Wmaybe-uninitialized]
drivers/gles3/shader_gles3.h:122:9: warning: '<anonymous>.ShaderGLES3::Version::frag_id' may be used uninitialized in this function [-Wmaybe-uninitialized]
drivers/gles3/shader_gles3.h:122:9: warning: '<anonymous>.ShaderGLES3::Version::id' may be used uninitialized in this function [-Wmaybe-uninitialized]
drivers/gles3/shader_gles3.h:122:9: warning: '<anonymous>.ShaderGLES3::Version::vert_id' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/plugins/script_editor_plugin.cpp:1980:31: warning: 'se' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/scene_tree_dock.cpp:840:30: warning: 'new_node' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/spatial_editor_gizmos.cpp:4259:9: warning: 'a1' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/spatial_editor_gizmos.cpp:4259:9: warning: 'lll' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/spatial_editor_gizmos.cpp:4259:9: warning: 'lul' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/spatial_editor_gizmos.cpp:4260:9: warning: 'a2' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/spatial_editor_gizmos.cpp:4261:9: warning: 'a3' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/spatial_editor_gizmos.cpp:4265:3: warning: 'enable_lin' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/spatial_editor_gizmos.cpp:4294:3: warning: 'enable_ang' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/spatial_editor_gizmos.cpp:4311:34: warning: 'll' may be used uninitialized in this function [-Wmaybe-uninitialized]
editor/spatial_editor_gizmos.cpp:4311:34: warning: 'ul' may be used uninitialized in this function [-Wmaybe-uninitialized]
scene/3d/voxel_light_baker.cpp:1655:47: warning: 'cone_dirs' may be used uninitialized in this function [-Wmaybe-uninitialized]
scene/3d/voxel_light_baker.cpp:1656:73: warning: 'cone_weights' may be used uninitialized in this function [-Wmaybe-uninitialized]
scene/gui/texture_progress.cpp:181:6: warning: 'cp' may be used uninitialized in this function [-Wmaybe-uninitialized]
scene/gui/texture_progress.cpp:181:6: warning: 'cq' may be used uninitialized in this function [-Wmaybe-uninitialized]
servers/physics/shape_sw.cpp:1056:19: warning: 'support_max' may be used uninitialized in this function [-Wmaybe-uninitialized]
```
2018-10-04 18:54:20 +02:00
..
a_star.cpp Merge pull request #21492 from Maykeye/astar 2018-10-02 10:30:12 +02:00
a_star.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
aabb.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
aabb.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_frame.cpp
audio_frame.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
bsp_tree.cpp Fix warnings on release builds (not DEBUG_ENABLED) 2018-10-03 17:34:55 +02:00
bsp_tree.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
camera_matrix.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
camera_matrix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
delaunay.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
expression.cpp Add support for '.[0-9]' numbers in Expression 2018-10-01 16:06:21 +02:00
expression.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
face3.cpp Fix more "may be used initialized" warnings from GCC 7 2018-10-04 18:54:20 +02:00
face3.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
geometry.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
geometry.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
math_defs.h
math_fieldwise.cpp Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/ 2018-09-23 14:58:15 +02:00
math_fieldwise.h Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/ 2018-09-23 14:58:15 +02:00
math_funcs.cpp Fix: Strip integer part in "decimals" 2018-09-19 23:47:33 -04:00
math_funcs.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
matrix3.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
matrix3.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
octree.h Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
plane.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
plane.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
quat.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
quat.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
quick_hull.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
quick_hull.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rect2.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rect2.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00
transform_2d.cpp
transform_2d.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
transform.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
transform.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
triangle_mesh.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
triangle_mesh.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
triangulate.cpp Misc. typos 2018-09-12 21:39:17 -04:00
triangulate.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
vector2.cpp
vector2.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
vector3.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
vector3.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00