Kaydet (Commit) 3c9042ad authored tarafından I-Jui (Ray) Sung's avatar I-Jui (Ray) Sung

GPU Calc: fixed compiler warnings

Change-Id: I9f8af5827340de24a45c9230c6ce2ec186ba8cc6
üst acd9cdf4
...@@ -2089,7 +2089,6 @@ void OpPMT::GenSlidingWindowFunction(std::stringstream &ss, ...@@ -2089,7 +2089,6 @@ void OpPMT::GenSlidingWindowFunction(std::stringstream &ss,
ss<<"double tmp2=0;\n "; ss<<"double tmp2=0;\n ";
ss<<"double tmp3=0;\n "; ss<<"double tmp3=0;\n ";
ss<<"double tmp4=0,tmp5=0;\n "; ss<<"double tmp4=0,tmp5=0;\n ";
unsigned i = vSubArguments.size();
size_t nItems = 0; size_t nItems = 0;
ss <<"\n "; ss <<"\n ";
//while (i-- > 1) //while (i-- > 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment