Resolve MSVC error

This commit is contained in:
Campbell Barton 2014-06-14 04:43:15 +10:00
parent a87fb34eda
commit ecb7905127

@ -157,7 +157,7 @@
#else
# define CHECK_TYPE(var, type)
# define CHECK_TYPE_PAIR(var_a, var_b)
# define CHECK_TYPE_PAIR_INLINE(var_a, var_b)
# define CHECK_TYPE_PAIR_INLINE(var_a, var_b) (void)0
#endif
/* can be used in simple macros */