diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-19 22:24:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-19 22:24:04 +0300 |
commit | c9e2ce548b218cca2b29060b62bcde66778391fb (patch) | |
tree | ba64471555c8bc552d1329b760afc3f72ce6889f /xmlsecurity | |
parent | 254ae249247c0e4484ec48c0d255c66a341c7dfd (diff) |
WaE: Unreferenced function definition [loplugin:unreffun]
Change-Id: Ibac16b109d9024a75fc6045d5d55fb5d21eee70a
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/nssinitializer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx index e63ff70c3cb7..bdae52141d60 100644 --- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx +++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx @@ -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) |