Closed
Bug 722424
Opened 14 years ago
Closed 14 years ago
Build warning: ‘mozilla::ipc::SyncChannel::mTimeoutMs’ will be initialized after...‘bool mozilla::ipc::SyncChannel::mInTimeoutSecondHalf’
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
890 bytes,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
Build warning:
{
SyncChannel.h: In constructor ‘mozilla::ipc::SyncChannel::SyncChannel(mozilla::ipc::SyncChannel::SyncListener*)’:
SyncChannel.h:198:11: warning: ‘mozilla::ipc::SyncChannel::mTimeoutMs’ will be initialized after [-Wreorder]
SyncChannel.h:197:10: warning: ‘bool mozilla::ipc::SyncChannel::mInTimeoutSecondHalf’ [-Wreorder]
SyncChannel.cpp:59:1: warning: when initialized here [-Wreorder]
}
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #592813 -
Flags: review?
| Assignee | ||
Updated•14 years ago
|
Attachment #592813 -
Flags: review? → review?(jmathies)
Updated•14 years ago
|
Attachment #592813 -
Flags: review?(jmathies) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla12
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•