summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorI-Jui (Ray) Sung <ray@multicorewareinc.com>2013-11-03 22:24:38 -0600
committerI-Jui (Ray) Sung <ray@multicorewareinc.com>2013-11-03 22:24:38 -0600
commit3c9042ad3db8064af2ccd5171385ee1aaf59d9cf (patch)
tree27ca83a1efa211b123a2d7432c95908170471f23
parentacd9cdf4be3537893830ac221fa578bf1312002f (diff)
GPU Calc: fixed compiler warnings
Change-Id: I9f8af5827340de24a45c9230c6ce2ec186ba8cc6
-rw-r--r--sc/source/core/opencl/op_financial.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/opencl/op_financial.cxx b/sc/source/core/opencl/op_financial.cxx
index c8eee29e1579..329dd77b4dd9 100644
--- a/sc/source/core/opencl/op_financial.cxx
+++ b/sc/source/core/opencl/op_financial.cxx
@@ -2089,7 +2089,6 @@ void OpPMT::GenSlidingWindowFunction(std::stringstream &ss,
ss<<"double tmp2=0;\n ";
ss<<"double tmp3=0;\n ";
ss<<"double tmp4=0,tmp5=0;\n ";
- unsigned i = vSubArguments.size();
size_t nItems = 0;
ss <<"\n ";
//while (i-- > 1)