Kaydet (Commit) c9e2ce54 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: Unreferenced function definition [loplugin:unreffun]

Change-Id: Ibac16b109d9024a75fc6045d5d55fb5d21eee70a
üst 254ae249
......@@ -358,6 +358,7 @@ bool nsscrypto_initialize( const css::uno::Reference< css::uno::XComponentContex
return return_value;
}
} // namespace
// must be extern "C" because we pass the function pointer to atexit
extern "C" void nsscrypto_finalize()
......@@ -385,7 +386,6 @@ extern "C" void nsscrypto_finalize()
PK11_LogoutAll();
NSS_Shutdown();
}
} // namespace
ONSSInitializer::ONSSInitializer(
const css::uno::Reference< css::uno::XComponentContext > &rxContext)
......
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