From c59ca9e477d23884997046d61d9ea20c78ee06bb Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Tue, 31 Mar 2015 14:57:19 -0400 Subject: silence MSVC warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘*/‘ found outside of comment --- source/blender/compositor/operations/COM_CalculateMeanOperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor') diff --git a/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp b/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp index 32395f44ef1..d26dcd17750 100644 --- a/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp +++ b/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp @@ -46,7 +46,7 @@ void CalculateMeanOperation::initExecution() void CalculateMeanOperation::executePixel(float output[4], int /*x*/, int /*y*/, - void */*data*/) + void * /*data*/) { output[0] = this->m_result; } -- cgit v1.2.3