Blender Git Commit Log
Git Commits -> Revision b5840f9
Revision b5840f9 by Brecht Van Lommel (master) June 24, 2021, 17:35 (GMT) |
Cleanup: compiler warnings with clang * Mark either all or no class methods with override * Don't use zero sized array since it has a different size in C and C++. Using a little more memory here is not significant. * Don't use deprecated mechanism to mark private GSet members in clang just like we don't for MSVC, it warns even for simple zero initialization. |
Commit Details:
Full Hash: b5840f9b5ba912f016db01dfcd5b28f32195c147
Parent Commit: beb6399
Lines Changed: +11, -13
7 Modified Paths:
/intern/ghost/intern/GHOST_System.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_spline.hh (+2, -1) (Diff)
/source/blender/blenlib/BLI_ghash.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.cc (+1, -3) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.hh (+0, -1) (Diff)
/source/blender/editors/transform/transform_convert_sequencer.c (+1, -1) (Diff)
/source/blender/gpu/GPU_viewport.h (+5, -5) (Diff)
/source/blender/blenkernel/BKE_spline.hh (+2, -1) (Diff)
/source/blender/blenlib/BLI_ghash.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.cc (+1, -3) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.hh (+0, -1) (Diff)
/source/blender/editors/transform/transform_convert_sequencer.c (+1, -1) (Diff)
/source/blender/gpu/GPU_viewport.h (+5, -5) (Diff)