Kaydet (Commit) f4988080 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Move variable inside the ifdef block where it is only used

Change-Id: Ifa9e77b955cea26da6602d409a1c111f45f72587
üst 508a78e4
......@@ -3287,8 +3287,8 @@ public:
decl << ") {\n\tint gid0 = get_global_id(0);\n\tresult[gid0] = " <<
DK->GenSlidingWindowDeclRef(false) << ";\n}\n";
mFullProgramSrc = decl.str();
std::stringstream area;
#ifdef SAL_DETAIL_ENABLE_LOG_INFO
std::stringstream area;
if (mKernelSignature[0] == '_')
area << "sc.opencl.source." << mKernelSignature.substr(1, std::string::npos);
else
......
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