From c9e2ce548b218cca2b29060b62bcde66778391fb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 19 Apr 2014 22:24:04 +0300 Subject: WaE: Unreferenced function definition [loplugin:unreffun] Change-Id: Ibac16b109d9024a75fc6045d5d55fb5d21eee70a --- xmlsecurity/source/xmlsec/nss/nssinitializer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit