-Werror=unused-parameter

Change-Id: I4dfa96b8ea2684969d9eeecfd88136742ce2d4a1
This commit is contained in:
Stephan Bergmann
2013-12-03 18:04:20 +01:00
parent d83328b233
commit b40dcdf4f5

View File

@@ -527,7 +527,7 @@ void SAL_CALL UNO_proxy_free( uno_ExtEnvironment * env, void * proxy )
UNO_proxy const * that = reinterpret_cast< UNO_proxy const * >( proxy );
Bridge const * bridge = that->m_bridge;
assert(env == bridge->m_uno_env);
assert(env == bridge->m_uno_env); (void) env;
SAL_INFO("bridges", "freeing binary uno proxy: " << that->m_oid);
try