Kaydet (Commit) 9598e906 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Winfinite-recursion

Change-Id: I483cd3f3a3ba87c416985fd86b9d5b711a2a18fb
üst 6476aba0
......@@ -157,7 +157,7 @@ void ExceptionThrower::release() throw ()
void ExceptionThrower::throwException( Any const & exc ) throw (Exception, std::exception)
{
OSL_FAIL( "unexpected!" );
throwException( exc );
cppu::throwException( exc );
}
......
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