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

-Werror=unused-parameter

Change-Id: I4dfa96b8ea2684969d9eeecfd88136742ce2d4a1
üst d83328b2
...@@ -527,7 +527,7 @@ void SAL_CALL UNO_proxy_free( uno_ExtEnvironment * env, void * proxy ) ...@@ -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 ); UNO_proxy const * that = reinterpret_cast< UNO_proxy const * >( proxy );
Bridge const * bridge = that->m_bridge; 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); SAL_INFO("bridges", "freeing binary uno proxy: " << that->m_oid);
try try
......
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