Closed
Bug 579832
Opened 15 years ago
Closed 13 years ago
warning: comparison between signed and unsigned integer expressions in nsMsgDatabase
Categories
(MailNews Core :: Database, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
2.15 KB,
patch
|
Bienvenu
:
review-
|
Details | Diff | Splinter Review |
mailnews/db/msgdb/src/nsMsgDatabase.cpp:
In member function ‘virtual nsresult nsMsgDBService::OpenMore(nsIMsgDatabase*, PRInt32, PRBool*)’:
287: warning: comparison between signed and unsigned integer expressions
In member function ‘void nsMsgDatabase::ClearEnumerators()’:
563: warning: comparison between signed and unsigned integer expressions
In member function ‘virtual nsresult nsMsgDatabase::DeleteHeader(nsIMsgDBHdr*, nsIDBChangeListener*, PRBool, PRBool)’:
1916: warning: comparison between signed and unsigned integer expressions
In member function ‘virtual PRUint32 nsMsgDatabase::GetStatusFlags(nsIMsgDBHdr*, PRUint32)’:
2030: warning: comparison between signed and unsigned integer expressions
Attachment #458267 -
Flags: review? → review?(bienvenu)
Comment 2•15 years ago
|
||
Comment on attachment 458267 [details] [diff] [review]
patch
I still see a couple warnings with the patch applied.
Attachment #458267 -
Flags: review?(bienvenu) → review-
I do not see these warnings on Linux. Is this really Mac OS X only? Is timeless still working on this?
Flags: needinfo?(timeless)
Whiteboard: [CLOSEME-2013-02-01]
Resolved per whiteboard
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [CLOSEME-2013-02-01]
Flags: needinfo?(timeless)
Resolution: INCOMPLETE → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•