Blender Git Commit Log

Git Commits -> Revision db8bc1d

Revision db8bc1d by Brecht Van Lommel (master)
July 20, 2017, 22:54 (GMT)
Fix a few harmless maybe uninitialized warnings with GCC 5.4.

GCC seems to detect uninitialized into function calls now, but then isn't
always smart enough to see that it is actually initialized. Disabling this
warning entirely seems a bit too much, so initialize a bit more now.

Commit Details:

Full Hash: db8bc1d9829af7aeaf2ce1118f70d6d03fe4e81d
Parent Commit: 0d4fd75
Lines Changed: +25, -24

9 Modified Paths:

/intern/cycles/blender/blender_mesh.cpp (+12, -15) (Diff)
/intern/cycles/blender/blender_util.h (+2, -2) (Diff)
/intern/cycles/util/util_task.cpp (+2, -2) (Diff)
/source/blender/blenkernel/intern/image_gen.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_ops.c (+1, -0) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/rectop.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021