diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index 09b70049ca0a..9ffb8c150e7c 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -265,6 +265,8 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory( { assert(rPath.isEmpty()); assert(!xKey.is()); + (void) rPath; + (void) xKey; #ifndef DISABLE_DYNLOADING OUString moduleUri(uri); |