Closed
Bug 170445
Opened 22 years ago
Closed 21 years ago
Build warning caused by checkin for bug 125146
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stdowa+bugzilla, Assigned: mjudge)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
699 bytes,
patch
|
Details | Diff | Splinter Review |
7-8. embedding/components/commandhandler/src/nsCommandParams.h:88 (See 1st of 2
warnings in build log)
Will be re-ordered to match declaration order
86 : mEntryType(inType)
87 , mEntryName(inEntryName)
88 {
89 memset(&mData, 0, sizeof(mData));
90 Reset(mEntryType);
Reporter | ||
Comment 1•22 years ago
|
||
Updated•22 years ago
|
Blocks: buildwarning
Updated•22 years ago
|
QA Contact: depstein → dsirnapalli
Comment 2•21 years ago
|
||
Attachment 120028 [details] [diff] of bug 201257 fixed this (amongst other things).
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•