summaryrefslogtreecommitdiff
path: root/sal/osl/unx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-01-27 11:38:37 +0200
committerTor Lillqvist <tml@iki.fi>2012-01-27 22:44:02 +0200
commitfa580e345c7deaf22a4552502182088fc9a9bbbb (patch)
tree5f29d82b257997734ae56a9d8fa48ad20118e96b /sal/osl/unx
parentbcc6126098013832c35f6ba8487028051ba5a2d6 (diff)
WaE: Unused parameter
Diffstat (limited to 'sal/osl/unx')
-rw-r--r--sal/osl/unx/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/unx/module.c b/sal/osl/unx/module.c
index 2889a7723a91..bddf390fdcaa 100644
--- a/sal/osl/unx/module.c
+++ b/sal/osl/unx/module.c
@@ -178,6 +178,7 @@ oslModule SAL_CALL osl_loadModuleAscii(const sal_Char *pModuleName, sal_Int32 nR
return ((oslModule)(pLib));
#else /* NO_DL_FUNCTIONS */
+ (void) nRtldMode;
printf("No DL Functions\n");
#endif /* NO_DL_FUNCTIONS */
}