fix compiler warning

D:\jacob\jni\EventProxy.cpp(129) : warning C4101: 'retObj' : unreferenced local variable
This commit is contained in:
clay_shooter
2006-10-13 22:51:07 +00:00
parent 3774f1eeec
commit 4a1ebd4298

View File

@@ -126,7 +126,6 @@ STDMETHODIMP EventProxy::Invoke(DISPID dispID, REFIID riid,
{
const char *eventMethodName = NULL; //Sourceforge report 1394001
JNIEnv *env = NULL;
jobject retObj;
// map dispID to jmethodID
for(int i=0;i<MethNum;i++)