sc/source/core/opencl/op_math.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b281014a584c266c396d5e6bbfc150e5e7584761
Author: I-Jui (Ray) Sung <r...@multicorewareinc.com>
Date:   Mon Dec 30 16:34:29 2013 -0600

    GPU Calc: fix compiler warning
    
    Change-Id: Iaadf726cbece3d077667175f3f60bf2345179202

diff --git a/sc/source/core/opencl/op_math.cxx 
b/sc/source/core/opencl/op_math.cxx
index 7db5462..3422b3b 100644
--- a/sc/source/core/opencl/op_math.cxx
+++ b/sc/source/core/opencl/op_math.cxx
@@ -1344,7 +1344,6 @@ void OpSqrt::GenSlidingWindowFunction(std::stringstream 
&ss,
         }
         else if(tmpCur->GetType() == formula::svDouble)
         {
-        printf("const\n");
             ss << "    arg0=";
             ss << tmpCur->GetDouble() << ";\n";
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to