[Bf-blender-cvs] [ada47c47728] master: Fix build error in release builds after recent changes

Brecht Van Lommel noreply at git.blender.org
Mon Jun 14 13:23:38 CEST 2021


Commit: ada47c47728316fb0e25830c642626aeda0693f4
Author: Brecht Van Lommel
Date:   Mon Jun 14 13:22:11 2021 +0200
Branches: master
https://developer.blender.org/rBada47c47728316fb0e25830c642626aeda0693f4

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