From 71139cedcb03001d746338b31e08da6854769832 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Mar 2018 11:16:32 +1100 Subject: Missed last commit --- source/blender/blenlib/intern/math_bits_inline.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenlib/intern/math_bits_inline.c') diff --git a/source/blender/blenlib/intern/math_bits_inline.c b/source/blender/blenlib/intern/math_bits_inline.c index 3829b9d219c..933ded55d53 100644 --- a/source/blender/blenlib/intern/math_bits_inline.c +++ b/source/blender/blenlib/intern/math_bits_inline.c @@ -64,7 +64,9 @@ MINLINE unsigned int bitscan_forward_clear_uint(unsigned int *a) MINLINE int bitscan_reverse_i(int a) { +#if 0 /* No BLI_assert in INLINE :/ */ BLI_assert(a != 0); +#endif # ifdef _MSC_VER unsigned long clz; _BitScanReverse(&clz, a); -- cgit v1.2.3