From 32be51dc66ae0e791970c8b7326afa16d60aa267 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 21 Dec 2015 13:00:06 +1100 Subject: Cleanup: warnings (msvc) Part of patch D1670 by @LazyDodo --- source/blender/blenkernel/intern/scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/scene.c') diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c index 504c1166019..73d211f5c44 100644 --- a/source/blender/blenkernel/intern/scene.c +++ b/source/blender/blenkernel/intern/scene.c @@ -1472,7 +1472,7 @@ static void scene_update_all_bases(EvaluationContext *eval_ctx, Scene *scene, Sc } } -static void scene_update_object_func(TaskPool *pool, void *taskdata, int threadid) +static void scene_update_object_func(TaskPool * __restrict pool, void *taskdata, int threadid) { /* Disable print for now in favor of summary statistics at the end of update. */ #define PRINT if (false) printf -- cgit v1.2.3