From 544f6113f85fe9dd962b5985878677a3d9c202da Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 20 Dec 2016 10:23:36 +0100 Subject: OpensSubdiv: Cleanup, unused argument --- intern/opensubdiv/opensubdiv_evaluator_capi.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/opensubdiv/opensubdiv_evaluator_capi.cc b/intern/opensubdiv/opensubdiv_evaluator_capi.cc index 0da6b9daba8..c4a128213dd 100644 --- a/intern/opensubdiv/opensubdiv_evaluator_capi.cc +++ b/intern/opensubdiv/opensubdiv_evaluator_capi.cc @@ -117,12 +117,12 @@ protected: * is small enough and better to be allocated in stack rather * than in heap. * - * TODO(sergey): Check if bare arrays could be sued by CPU evalautor. + * TODO(sergey): Check if bare arrays could be used by CPU evalautor. */ template class StackAllocatedBuffer { public: - static PatchCoordBuffer *Create(int size) + static PatchCoordBuffer *Create(int /*size*/) { StackAllocatedBuffer *buffer = new StackAllocatedBuffer(); -- cgit v1.2.3