Closed
Bug 355342
Opened 19 years ago
Closed 16 years ago
warning: `nsCopyRequest::m_newMsgFlags' will be initialized after `PRBool nsCopyRequest::m_processed'
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(3 files)
|
549 bytes,
patch
|
Details | Diff | Splinter Review | |
|
2.14 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.14 KB,
patch
|
Bienvenu
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
/mnt/scratch/mozhack/2/mozilla/mailnews/base/src/nsMsgCopyService.h: In
constructor `nsCopyRequest::nsCopyRequest()':
/mnt/scratch/mozhack/2/mozilla/mailnews/base/src/nsMsgCopyService.h:92: warning: `
nsCopyRequest::m_newMsgFlags' will be initialized after
/mnt/scratch/mozhack/2/mozilla/mailnews/base/src/nsMsgCopyService.h:91: warning:
`PRBool nsCopyRequest::m_processed'
/mnt/scratch/mozhack/2/mozilla/mailnews/base/src/nsMsgCopyService.cpp:83: warning:
when initialized here
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #241151 -
Flags: superreview?(bienvenu)
Attachment #241151 -
Flags: review?(bienvenu)
Attachment #241158 -
Flags: superreview?(bienvenu)
Attachment #241158 -
Flags: review?(bienvenu)
/mnt/scratch/mozhack/2/mozilla/mailnews/base/util/nsMsgIncomingServer.h: In
constructor `nsMsgIncomingServer::nsMsgIncomingServer()':
/mnt/scratch/mozhack/2/mozilla/mailnews/base/util/nsMsgIncomingServer.h:118: warning: `
nsMsgIncomingServer::m_serverBusy' will be initialized after
/mnt/scratch/mozhack/2/mozilla/mailnews/base/util/nsMsgIncomingServer.h:112: warning:
`PRInt32 nsMsgIncomingServer::m_numMsgsDownloaded'
/mnt/scratch/mozhack/2/mozilla/mailnews/base/util/nsMsgIncomingServer.cpp:96: warning:
when initialized here
/mnt/scratch/mozhack/2/mozilla/mailnews/news/src/nsNewsFolder.h: In constructor
`nsMsgNewsFolder::nsMsgNewsFolder()':
/mnt/scratch/mozhack/2/mozilla/mailnews/news/src/nsNewsFolder.h:153: warning: `
nsMsgNewsFolder::mUnsubscribedNewsgroupLines' will be initialized after
/mnt/scratch/mozhack/2/mozilla/mailnews/news/src/nsNewsFolder.h:149: warning:
`PRPackedBool nsMsgNewsFolder::m_downloadMessageForOfflineUse'
Attachment #241159 -
Flags: superreview?(bienvenu)
Attachment #241159 -
Flags: review?(bienvenu)
Attachment #241151 -
Flags: superreview?(bienvenu)
Attachment #241151 -
Flags: review?(bienvenu)
Attachment #241158 -
Flags: superreview?(bienvenu)
Attachment #241158 -
Flags: review?(bienvenu)
Comment 4•19 years ago
|
||
Comment on attachment 241159 [details] [diff] [review]
reorder a couple more based on decl
thx for fixing these.
Attachment #241159 -
Flags: superreview?(bienvenu)
Attachment #241159 -
Flags: superreview+
Attachment #241159 -
Flags: review?(bienvenu)
Attachment #241159 -
Flags: review+
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 5•16 years ago
|
||
You checked this in in November 2006 - I'm going to go out on a limb here, and guess that it's going to stick, and you can safely close the bug without having to worry about being reopened.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•