[Libreoffice-commits] .: vcl/android

Tor Lillqvist tml at kemper.freedesktop.org
Tue Jan 24 15:15:18 PST 2012


 vcl/android/androidinst.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4ae2d48862338bf96b11910424a4a61044786e95
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Jan 25 01:05:25 2012 +0200

    WaE: unused parameter 'nType'

diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index 91971e6..08c01ae 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -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 ? ...


More information about the Libreoffice-commits mailing list