[Libreoffice-commits] core.git: sc/source

I-Jui Sung (Ray) ray at multicorewareinc.com
Mon Dec 30 14:35:19 PST 2013


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

New commits:
commit b281014a584c266c396d5e6bbfc150e5e7584761
Author: I-Jui (Ray) Sung <ray at 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";
         }


More information about the Libreoffice-commits mailing list