Closed
Bug 782853
Opened 13 years ago
Closed 13 years ago
Fix sometimes unitialized warning on nsGUIEventIPC.h
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: reuben, Assigned: reuben)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.10 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
On the Read method of the ParamTraits template specialization for WheelEvent, scrollType is used unitialized if the preceding expression evaluates to true. That file is included in several others, generating *a lot* of warnings on recent Clang versions.
Attachment #651953 -
Flags: review?(bugs)
Updated•13 years ago
|
Attachment #651953 -
Flags: review?(bugs) → review+
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•