diff options
-rw-r--r-- | sal/osl/unx/module.c | 1 |
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 */ } |