diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-01-03 11:47:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-01-03 11:47:00 +0200 |
commit | 08f62fb29d448197e3353acd7fa8923cbd26939a (patch) | |
tree | 4324cbaeee6cb93ec243c90e70376dc42c68af47 /cppuhelper | |
parent | 90b50bc14830c7f9d2aee27708e4d690df559b5c (diff) |
WaE: unused parameter 'rPath'
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 1 |
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)) |