Kaydet (Commit) 4ae2d488 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameter 'nType'

üst 738851f7
......@@ -68,6 +68,7 @@ void AndroidSalInstance::DoReleaseYield (int nTimeoutMS)
bool AndroidSalInstance::AnyInput( sal_uInt16 nType )
{
(void) nType;
// FIXME: ideally we should check the input queue to avoid being busy ...
fprintf (stderr, "FIXME: AnyInput returns true\n");
// global_android_app->inputQueue ? ...
......
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