summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_driver.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-11-29 17:18:30 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-11-29 17:32:29 +0000
commit4cc501d8173373e9656ae5e568b43e3cb90587e7 (patch)
tree1e45eb979498f83543bd9bcc8efa1a256c5888d2 /connectivity/source/drivers/postgresql/pq_driver.cxx
parentdd750cf42b308cdbf48ebd54fdd6f4fa0865b91a (diff)
WaE: sizeable postgresql warning cleanup
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_driver.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_driver.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_driver.cxx b/connectivity/source/drivers/postgresql/pq_driver.cxx
index 42612838d0bb..146fe99a4fab 100644
--- a/connectivity/source/drivers/postgresql/pq_driver.cxx
+++ b/connectivity/source/drivers/postgresql/pq_driver.cxx
@@ -152,6 +152,7 @@ Sequence< DriverPropertyInfo > Driver::getPropertyInfo(
const OUString& url,const Sequence< PropertyValue >& info )
throw (SQLException, RuntimeException)
{
+ (void)url; (void)info;
return Sequence< DriverPropertyInfo > ();
}
@@ -282,6 +283,7 @@ Reference< XInterface > OOneInstanceComponentFactory::createInstanceWithArgument
Sequence< Any > const &rArguments, const Reference< XComponentContext > & ctx )
throw( RuntimeException, Exception )
{
+ (void)rArguments;
return createInstanceWithContext( ctx );
}
@@ -344,7 +346,7 @@ extern "C"
//==================================================================================================
void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+ const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
@@ -356,7 +358,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
//==================================================================================================
void * SAL_CALL component_getFactory(
- const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
+ const sal_Char * pImplName, void * pServiceManager, void * )
{
// need to extract the defaultcontext, because the way, sdbc
// bypasses the servicemanager, does not allow to use the