summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-12 18:29:59 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-12 18:29:59 +0300
commit5a27cae5883be57ee58e44c4dd288752912600c7 (patch)
tree4c1bd56a8f6fba4241bfb82b22c7aee2a70d2ffb /sal
parent9422195fd38ebf90fb07a14ac9fc0e0273dc0201 (diff)
WaE: unused parameter 'uFlags'
Change-Id: Ifb3569201ea5d96c2ff293bf0f8ba74e6205dc15
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/file.cxx1
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;
}