summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-19 22:24:04 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-19 22:24:04 +0300
commitc9e2ce548b218cca2b29060b62bcde66778391fb (patch)
treeba64471555c8bc552d1329b760afc3f72ce6889f
parent254ae249247c0e4484ec48c0d255c66a341c7dfd (diff)
WaE: Unreferenced function definition [loplugin:unreffun]
Change-Id: Ibac16b109d9024a75fc6045d5d55fb5d21eee70a
-rw-r--r--xmlsecurity/source/xmlsec/nss/nssinitializer.cxx2
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)