[Bf-blender-cvs] [f63f7c1c860] functions: minor fix, should be solved differently..

Jacques Lucke noreply at git.blender.org
Sun Feb 10 20:25:43 CET 2019


Commit: f63f7c1c860328d25b6147296e0c4add37d9fc64
Author: Jacques Lucke
Date:   Wed Jan 30 16:36:10 2019 +0100
Branches: functions
https://developer.blender.org/rBf63f7c1c860328d25b6147296e0c4add37d9fc64

minor fix, should be solved differently..

===================================================================

M	source/blender/blenlib/BLI_small_map.hpp

===================================================================

diff --git a/source/blender/blenlib/BLI_small_map.hpp b/source/blender/blenlib/BLI_small_map.hpp
index 5ac6dd25f6b..62a52b9aede 100644
--- a/source/blender/blenlib/BLI_small_map.hpp
+++ b/source/blender/blenlib/BLI_small_map.hpp
@@ -46,6 +46,7 @@ namespace BLI {
 				}
 			}
 			BLI_assert(false);
+			return (V){};
 		}
 
 		uint size() const



More information about the Bf-blender-cvs mailing list