mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
Commenting-out unused returnCode() method because it raises compiler
warning with 'make process=interpret use-clang=yes' on Mac OS X. The compiler warning later corrupted the compilation.
This commit is contained in:
@ -2819,6 +2819,7 @@ pushArguments(Thread* t, object this_, const char* spec, object a)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
inline unsigned
|
inline unsigned
|
||||||
returnCode(Thread* t, object method)
|
returnCode(Thread* t, object method)
|
||||||
{
|
{
|
||||||
@ -2827,6 +2828,7 @@ returnCode(Thread* t, object method)
|
|||||||
while (*s and *s != ')') ++ s;
|
while (*s and *s != ')') ++ s;
|
||||||
return fieldCode(t, s[1]);
|
return fieldCode(t, s[1]);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
object
|
object
|
||||||
invoke(Thread* t, object method)
|
invoke(Thread* t, object method)
|
||||||
|
Reference in New Issue
Block a user