Closed
Bug 494682
Opened 16 years ago
Closed 16 years ago
nsIOService::nsIOService incorrect initialization order
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 497068
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
672 bytes,
patch
|
Biesinger
:
review+
Biesinger
:
superreview+
|
Details | Diff | Splinter Review |
netwerk/base/src/nsIOService.h: In constructor ‘nsIOService::nsIOService()’:
netwerk/base/src/nsIOService.h:140: warning: ‘nsIOService::mSetOfflineValue’ will be initialized after
netwerk/base/src/nsIOService.h:135: warning: ‘PRPackedBool nsIOService::mManageOfflineStatus’
netwerk/base/src/nsIOService.cpp:185: warning: when initialized here
Attachment #379445 -
Flags: superreview?(cbiesinger)
Attachment #379445 -
Flags: review?(cbiesinger)
Updated•16 years ago
|
Attachment #379445 -
Flags: superreview?(cbiesinger)
Attachment #379445 -
Flags: superreview+
Attachment #379445 -
Flags: review?(cbiesinger)
Attachment #379445 -
Flags: review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•