Kaydet (Commit) 70c8b456 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

WaE: warning C4101: 'e' : unreferenced local variable

Change-Id: Ib5aa5f401eabedfdaebea1dea8f48f284dbccdd5
üst 92edd9b3
......@@ -605,7 +605,7 @@ void SbaXDataBrowserController::onStartLoading( const Reference< XLoadable >& _r
{
xWarnings->clearWarnings();
}
catch(const SQLException& e)
catch(const SQLException& )
{
DBG_UNHANDLED_EXCEPTION();
}
......@@ -673,7 +673,7 @@ bool SbaXDataBrowserController::reloadForm( const Reference< XLoadable >& _rxLoa
impl_checkForCannotSelectUnfiltered( aInfo );
}
}
catch(const SQLException& e)
catch(const SQLException& )
{
DBG_UNHANDLED_EXCEPTION();
}
......
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