mirror of git://gcc.gnu.org/git/gcc.git
jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a compiler warning but produces a different...
2003-09-22 Michael Koch <konqueror@gmx.de> * jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a compiler warning but produces a different one now. From-SVN: r71650
This commit is contained in:
parent
7cdc862eae
commit
b5bb72ec41
|
@ -1,3 +1,8 @@
|
||||||
|
2003-09-22 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
|
* jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a
|
||||||
|
compiler warning but produces a different one now.
|
||||||
|
|
||||||
2003-09-22 Michael Koch <konqueror@gmx.de>
|
2003-09-22 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
* java/net/InetAddress.java:
|
* java/net/InetAddress.java:
|
||||||
|
|
|
@ -2118,9 +2118,7 @@ _Jv_LookupJNIMethod (jclass klass, _Jv_Utf8Const *name,
|
||||||
function = _Jv_FindSymbolInExecutable (buf + 1);
|
function = _Jv_FindSymbolInExecutable (buf + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else /* WIN32 */
|
#endif /* WIN32 */
|
||||||
args_size; /* Dummy statement to avoid unused parameter warning */
|
|
||||||
#endif /* ! WIN32 */
|
|
||||||
|
|
||||||
if (function == NULL)
|
if (function == NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue