Closed
Bug 182275
Opened 23 years ago
Closed 22 years ago
IMAP_OUT_OF_MEMORY is negative
Categories
(MailNews Core :: Networking: IMAP, defect)
MailNews Core
Networking: IMAP
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mozilla-bugs, Assigned: Bienvenu)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
1.89 KB,
patch
|
Details | Diff | Splinter Review |
nsImapServerResponseParser.cpp: In member function `virtual void
nsImapServerResponseParser::HandleMemoryFailure()':
nsImapServerResponseParser.cpp:289: warning: passing negative value `-1000' for
argument 1 of `void nsImapProtocol::AlertUserEventUsingId(unsigned int)'
The warning is caused by the fact that AlertUserEventUsingId is called with
IMAP_OUT_OF_MEMORY and IMAP_OUT_OF_MEMORY is currently defined to be -1000.
Updated•23 years ago
|
QA Contact: huang → gchan
Reporter | ||
Comment 1•22 years ago
|
||
*** Bug 211231 has been marked as a duplicate of this bug. ***
Reporter | ||
Updated•22 years ago
|
Blocks: buildwarning
Assignee | ||
Comment 2•22 years ago
|
||
Assignee | ||
Comment 3•22 years ago
|
||
fix checked in, r/sr=mscott.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•22 years ago
|
||
Verifying, the nsImapServerResponseParser.cpp warnings went away on brad TBox.
Status: RESOLVED → VERIFIED
Updated•22 years ago
|
OS: Linux → All
Hardware: PC → All
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•