[Libreoffice-commits] .: sal/osl
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Sep 12 08:30:33 PDT 2012
sal/osl/unx/file.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5a27cae5883be57ee58e44c4dd288752912600c7
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Sep 12 18:29:59 2012 +0300
WaE: unused parameter 'uFlags'
Change-Id: Ifb3569201ea5d96c2ff293bf0f8ba74e6205dc15
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx
index 699cb31..e9ead9c 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;
}
More information about the Libreoffice-commits
mailing list