Quash egcs warning
git-svn-id: svn://10.0.0.236/trunk@20053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
bool JNIHeaderGenerator::genHeaderFile(ClassFileSummary &summ,
|
||||
PRFileDesc *fp)
|
||||
{
|
||||
Uint32 i;
|
||||
const ClassFileReader &reader = *summ.getReader();
|
||||
const char *className = reader.getThisClass()->getUtf()->getUtfString();
|
||||
|
||||
@@ -49,7 +50,7 @@ bool JNIHeaderGenerator::genHeaderFile(ClassFileSummary &summ,
|
||||
TemporaryBuffer overbuf(methodCount*sizeof(bool));
|
||||
bool *overloadedMethods = (bool *) (char *) overbuf;
|
||||
|
||||
for (Uint32 i = 0; i < methodCount; i++) {
|
||||
for (i = 0; i < methodCount; i++) {
|
||||
const char *methodName = methods[i]->getName();
|
||||
|
||||
overloadedMethods[i] = false;
|
||||
|
||||
Reference in New Issue
Block a user