Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-06-13 22:43:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-13 22:46:37 +0400
commitecb790512769f8949d2a3a8f6044ecb89f385d44 (patch)
treefd102e489d5bd35b80860f8757df1c4f38b1dd55 /source
parenta87fb34edaf1a10f5527b6dc8a506a1c9ecbc683 (diff)
Resolve MSVC error
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/BLI_utildefines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_utildefines.h b/source/blender/blenlib/BLI_utildefines.h
index 747db558af7..c8cdfdb60fa 100644
--- a/source/blender/blenlib/BLI_utildefines.h
+++ b/source/blender/blenlib/BLI_utildefines.h
@@ -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 */