Kaydet (Commit) 3da925eb authored tarafından Matteo Casalin's avatar Matteo Casalin

Fix warning C4101: ´ex´ : unreferenced local variable

Change-Id: I0c8d488047fc7a28a3fa5a47de5da947bb911136
üst 3bd165ef
...@@ -448,6 +448,7 @@ std::wstring getShellLinkTarget(const std::wstring& aLnkFile) ...@@ -448,6 +448,7 @@ std::wstring getShellLinkTarget(const std::wstring& aLnkFile)
catch(sal::systools::ComError& ex) catch(sal::systools::ComError& ex)
{ {
OSL_FAIL(ex.what()); OSL_FAIL(ex.what());
(void)ex;
} }
return target; return target;
} }
......
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