Kaydet (Commit) 5a27cae5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameter 'uFlags'

Change-Id: Ifb3569201ea5d96c2ff293bf0f8ba74e6205dc15
üst 9422195f
...@@ -843,6 +843,7 @@ static bool osl_file_queryLocking (sal_uInt32 uFlags) ...@@ -843,6 +843,7 @@ static bool osl_file_queryLocking (sal_uInt32 uFlags)
return enabled; return enabled;
} }
#endif #endif
(void) uFlags;
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment