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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-12-21 14:26:48 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-12-21 14:26:48 +0400
commit12117a81878d2e6909b3f9e13eccdd31cedf8be9 (patch)
tree3af946c2c11358b95e51340fa8a77f4d6809f29a /intern/cycles/util/util_transform.h
parenteb219852a839f23bfeb9dd5c24bb4bb90ef0c367 (diff)
Fix cycles aliasing warnings caused by motion blur transforms.
Diffstat (limited to 'intern/cycles/util/util_transform.h')
-rw-r--r--intern/cycles/util/util_transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_transform.h b/intern/cycles/util/util_transform.h
index a1c12ddf0e1..1f19f85f894 100644
--- a/intern/cycles/util/util_transform.h
+++ b/intern/cycles/util/util_transform.h
@@ -45,7 +45,7 @@ typedef struct Transform {
*
* For the DecompMotionTransform we drop scale from pre/post. */
-typedef struct MotionTransform {
+typedef struct __may_alias MotionTransform {
Transform pre;
Transform mid;
Transform post;