Closed
Bug 620898
Opened 15 years ago
Closed 15 years ago
warning ... will be initialized after mWindowId in Image and imgRequest
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
1.27 KB,
patch
|
joe
:
review+
joe
:
approval2.0+
|
Details | Diff | Splinter Review |
modules/libpr0n/src/Image.h:
In constructor ‘mozilla::imagelib::Image::Image(imgStatusTracker*)’:
151: warning: ‘mozilla::imagelib::Image::mError’ will be initialized after
143: warning: ‘PRUint64 mozilla::imagelib::Image::mWindowId’
Image.cpp:44: warning: when initialized here
modules/libpr0n/src/imgRequest.h:
In constructor ‘imgRequest::imgRequest()’:
245: warning: ‘imgRequest::mIsInCache’ will be initialized after
237: warning: ‘PRUint64 imgRequest::mWindowId’
imgRequest.cpp:189: warning: when initialized here
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #499249 -
Flags: review?(bzbarsky)
Attachment #499249 -
Flags: approval2.0?
Comment 2•15 years ago
|
||
Argh, sorry about missing the warning. I did try to avoid such issues, but it looks like I still missed this one.
![]() |
||
Comment 3•15 years ago
|
||
Comment on attachment 499249 [details] [diff] [review]
patch
I'm not a module owner for this code.
Attachment #499249 -
Flags: review?(bzbarsky)
Updated•15 years ago
|
Attachment #499249 -
Flags: review?(joe)
Updated•15 years ago
|
Attachment #499249 -
Flags: review?(joe)
Attachment #499249 -
Flags: review+
Attachment #499249 -
Flags: approval2.0?
Attachment #499249 -
Flags: approval2.0+
Keywords: checkin-needed
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Whiteboard: [build_warning]
You need to log in
before you can comment on or make changes to this bug.
Description
•