[Libreoffice-commits] .: vcl/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Fri Mar 18 11:05:38 PDT 2011


 vcl/source/window/syschild.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 311a828d0b23900b48cde9d342ba70b4b41711e1
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Fri Mar 18 18:25:46 2011 +0100

    WaE: silence some warnings

diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index 4c75797..27b9adb 100644
--- a/vcl/source/window/syschild.cxx
+++ b/vcl/source/window/syschild.cxx
@@ -232,6 +232,8 @@ void SystemChildWindow::ImplTestJavaException( void* pEnv )
 
             throw uno::RuntimeException(ouMessage, uno::Reference<uno::XInterface>());
     }
+#else
+    (void)pEnv;
 #endif // SOLAR_JAVA
 }
 


More information about the Libreoffice-commits mailing list