summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/syschild.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-18 18:25:46 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-18 19:05:49 +0100
commitaecaf18615cc27764f98320f9221227dd6e01a2b (patch)
treeee317c2ff4d1831ea32cd3ec3d80913a0fb33e4f /vcl/source/window/syschild.cxx
parentWaE: unused variable (diff)
downloadcore-aecaf18615cc27764f98320f9221227dd6e01a2b.tar.gz
core-aecaf18615cc27764f98320f9221227dd6e01a2b.zip
WaE: silence some warnings
Diffstat (limited to 'vcl/source/window/syschild.cxx')
-rw-r--r--vcl/source/window/syschild.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index 6d9de205dfce..3ff21826ff0c 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
}