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

GPU Calc: fix compiler warning

Change-Id: Iaadf726cbece3d077667175f3f60bf2345179202
üst 2cea4c98
...@@ -1344,7 +1344,6 @@ void OpSqrt::GenSlidingWindowFunction(std::stringstream &ss, ...@@ -1344,7 +1344,6 @@ void OpSqrt::GenSlidingWindowFunction(std::stringstream &ss,
} }
else if(tmpCur->GetType() == formula::svDouble) else if(tmpCur->GetType() == formula::svDouble)
{ {
printf("const\n");
ss << " arg0="; ss << " arg0=";
ss << tmpCur->GetDouble() << ";\n"; ss << tmpCur->GetDouble() << ";\n";
} }
......
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