Kaydet (Commit) 2e23166b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:redundantcast: redundant static_casts in ucb

Change-Id: Ifd6a843ce5af9409512c4303a103fdc158e38c40
üst fdbe9a90
...@@ -88,7 +88,7 @@ CURL* FTPLoaderThread::handle() { ...@@ -88,7 +88,7 @@ CURL* FTPLoaderThread::handle() {
ret = nullptr; ret = nullptr;
} }
} }
osl_setThreadKeyData(m_threadKey,static_cast<void*>(ret)); osl_setThreadKeyData(m_threadKey, ret);
} }
return ret; return ret;
......
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