[Bf-blender-cvs] [0c9b87e05ea] override-recursive-resync: Fix build error in release builds after recent changes

Brecht Van Lommel noreply at git.blender.org
Mon Jun 14 16:35:05 CEST 2021


Commit: 0c9b87e05ea550707755b6f6c83917ebd3c37ff2
Author: Brecht Van Lommel
Date:   Mon Jun 14 13:22:11 2021 +0200
Branches: override-recursive-resync
https://developer.blender.org/rB0c9b87e05ea550707755b6f6c83917ebd3c37ff2

Fix build error in release builds after recent changes

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

M	source/blender/blenlib/BLI_math_base.h

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

diff --git a/source/blender/blenlib/BLI_math_base.h b/source/blender/blenlib/BLI_math_base.h
index 5a3482db046..88dc20a64f2 100644
--- a/source/blender/blenlib/BLI_math_base.h
+++ b/source/blender/blenlib/BLI_math_base.h
@@ -296,6 +296,7 @@ float ceil_power_of_10(float f);
 #else
 #  define BLI_ASSERT_UNIT_V2(v) (void)(v)
 #  define BLI_ASSERT_UNIT_V3(v) (void)(v)
+#  define BLI_ASSERT_UNIT_V3_DB(v) (void)(v)
 #  define BLI_ASSERT_UNIT_QUAT(v) (void)(v)
 #  define BLI_ASSERT_ZERO_M3(m) (void)(m)
 #  define BLI_ASSERT_ZERO_M4(m) (void)(m)



More information about the Bf-blender-cvs mailing list