Kaydet (Commit) f189b1ab authored tarafından Markus Mohrhard's avatar Markus Mohrhard

prevent WaE with unused parameters

üst ab314659
...@@ -265,6 +265,8 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory( ...@@ -265,6 +265,8 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
{ {
assert(rPath.isEmpty()); assert(rPath.isEmpty());
assert(!xKey.is()); assert(!xKey.is());
(void) rPath;
(void) xKey;
#ifndef DISABLE_DYNLOADING #ifndef DISABLE_DYNLOADING
OUString moduleUri(uri); OUString moduleUri(uri);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment