diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-04 08:13:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-04 08:15:08 +0200 |
commit | f1cef09fcda11e321f8b01ab4600c28339dec45a (patch) | |
tree | bc71552f9c3111aab5cc8a49d53c51c2a6907182 /connectivity | |
parent | 0cc53919440f150f4bfedb7a5b88cdb0cf3317dc (diff) |
loplugin:casttovoid
...cases that were initially missed due to the broken
containsProcessingConditionalInclusion()
Change-Id: Ib7d801ab5173ee590ef35a9e075d3ce4d4aa06da
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/Services.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/drivers/firebird/Services.cxx b/connectivity/source/drivers/firebird/Services.cxx index 5a55c0f0703f..5f2c2e2fc9d5 100644 --- a/connectivity/source/drivers/firebird/Services.cxx +++ b/connectivity/source/drivers/firebird/Services.cxx @@ -80,9 +80,8 @@ struct ProviderRequest extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL firebird_sdbc_component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, - void* pRegistryKey) + void*) { - (void) pRegistryKey; void* pRet = nullptr; if (pServiceManager) { |