summaryrefslogtreecommitdiffstats
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-01-03 11:47:00 +0200
committerTor Lillqvist <tml@iki.fi>2012-01-03 11:47:00 +0200
commit08f62fb29d448197e3353acd7fa8923cbd26939a (patch)
tree4324cbaeee6cb93ec243c90e70376dc42c68af47 /cppuhelper
parentActually we should not build a normal cppunittester executable for iOS at all (diff)
downloadcore-08f62fb29d448197e3353acd7fa8923cbd26939a.tar.gz
core-08f62fb29d448197e3353acd7fa8923cbd26939a.zip
WaE: unused parameter 'rPath'
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 1213b0ec23ab..48596aa40a2d 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -487,6 +487,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
Reference< XInterface >() );
}
#else
+ (void) rPath;
oslModule lib;
OUString aModulePath(OUSTR("MAIN"));
if (! osl_getModuleHandle( NULL, &lib))