[Bf-blender-cvs] [a69b099] opensubdiv-modifier: OpenSubdiv: Fix compilation error with strict flags in release mode

Sergey Sharybin noreply at git.blender.org
Thu Jul 16 17:44:49 CEST 2015


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,




More information about the Bf-blender-cvs mailing list