diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/file.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx index 699cb311c7a9..e9ead9c640ac 100644 --- a/sal/osl/unx/file.cxx +++ b/sal/osl/unx/file.cxx @@ -843,6 +843,7 @@ static bool osl_file_queryLocking (sal_uInt32 uFlags) return enabled; } #endif + (void) uFlags; return false; } |