WaE: unreferenced formal parameters in the !SOLAR_JAVA case
This commit is contained in:
parent
50369f941e
commit
f20ffbd845
@ -249,6 +249,11 @@ javaFrameworkError SAL_CALL jfw_startVM(JavaVMOption *arOptions, sal_Int32 cOpti
|
||||
JavaVM **ppVM, JNIEnv **ppEnv)
|
||||
{
|
||||
#ifndef SOLAR_JAVA
|
||||
(void) arOptions;
|
||||
(void) cOptions;
|
||||
(void) ppVM;
|
||||
(void) ppEnv;
|
||||
|
||||
return JFW_E_ERROR;
|
||||
#else
|
||||
javaFrameworkError errcode = JFW_E_NONE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user