Commit: a69b099f4d5e1f383a024b6f8cfb1964be1d2227
Author: Sergey Sharybin
Date:   Thu Jul 16 17:42:27 2015 +0200
Branches: opensubdiv-modifier
https://developer.blender.org/rBa69b099f4d5e1f383a024b6f8cfb1964be1d2227

OpenSubdiv: Fix compilation error with strict flags in release mode

===================================================================

M       source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c

===================================================================

diff --git a/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c 
b/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c
index e6227f6..5a93279 100644
--- a/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c
+++ b/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c
@@ -382,6 +382,7 @@ void ccgSubSurf_evaluatorSetFVarUV(CCGSubSurf *ss,
                         */
                }
        }
+       (void)ss;
 }
 
 void ccgSubSurf_evaluatorFVarUV(CCGSubSurf *ss,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to