Fix build error in release builds after recent changes

This commit is contained in:
Brecht Van Lommel 2021-06-14 13:22:11 +02:00
parent 748475b943
commit ada47c4772
1 changed files with 1 additions and 0 deletions

View File

@ -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)