From fa580e345c7deaf22a4552502182088fc9a9bbbb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 27 Jan 2012 11:38:37 +0200 Subject: WaE: Unused parameter --- sal/osl/unx/module.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sal/osl/unx') 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 */ } -- cgit