зеркало из https://github.com/mozilla/gecko-dev.git
fix warnings, a=sdagley
This commit is contained in:
Родитель
7516a3f630
Коммит
ebfba119c8
|
@ -1608,7 +1608,7 @@ DumpProperties(VObject *o)
|
|||
while (moreIteration(&i))
|
||||
{
|
||||
VObject *each = nextVObject(&i);
|
||||
// printf("ID = %s Value = [%s]\n", each->id, fakeCString(vObjectUStringZValue(each)));
|
||||
printf("ID = %s Value = [%s]\n", each->id, fakeCString(vObjectUStringZValue(each)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -352,7 +352,6 @@ nsMimeBaseEmitter::Write(const char *buf, PRUint32 size, PRUint32 *amountWritten
|
|||
{
|
||||
unsigned int written = 0;
|
||||
nsresult rv = NS_OK;
|
||||
PRUint32 rc = 0;
|
||||
PRUint32 needToWrite;
|
||||
|
||||
//
|
||||
|
@ -690,8 +689,6 @@ nsMimeBaseEmitter::Complete()
|
|||
// to flush it...if we try and fail, we should probably return
|
||||
// an error!
|
||||
PRUint32 written;
|
||||
char *spec = nsnull;
|
||||
char *part = nsnull;
|
||||
|
||||
nsresult rv = NS_OK;
|
||||
while ( NS_SUCCEEDED(rv) && (mBufferMgr) && (mBufferMgr->GetSize() > 0))
|
||||
|
|
Загрузка…
Ссылка в новой задаче