Fix build error in release builds after recent changes
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user