Closed
Bug 627614
Opened 14 years ago
Closed 14 years ago
PluginModuleChild init list out of order - "PluginModuleChild.h:277: warning: ‘mozilla::plugins::PluginModuleChild::mInitializeFunc’ will be initialized after [...] mQuirks"
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dholbert, Assigned: RyanVM)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
1.02 KB,
patch
|
bent.mozilla
:
review+
mossop
:
approval2.0+
|
Details | Diff | Splinter Review |
> PluginModuleChild.h: In constructor ‘mozilla::plugins::PluginModuleChild::PluginModuleChild()’:
> PluginModuleChild.h:277: warning: ‘mozilla::plugins::PluginModuleChild::mInitializeFunc’ will be initialized after
> PluginModuleChild.h:272: warning: ‘int mozilla::plugins::PluginModuleChild::mQuirks’
> PluginModuleChild.cpp:108: warning: when initialized here
Bug 604303 created |mQuirks| in this changeset
http://hg.mozilla.org/mozilla-central/rev/b61efde547aa
and it just added it at the incorrect spot at the init list.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → ryanvm
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #507329 -
Flags: review?(bent.mozilla)
Updated•14 years ago
|
Attachment #507329 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 507329 [details] [diff] [review]
Patch
Trivial warning fix
Attachment #507329 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #507329 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 3•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•