Closed
Bug 831879
Opened 12 years ago
Closed 12 years ago
Disable "maybe used uninitialized" warnings in dom/bindings
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
|
1.61 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
It's not like we care about them.
Attachment #703440 -
Flags: review?(khuey)
Comment on attachment 703440 [details] [diff] [review]
Patch v1
Review of attachment 703440 [details] [diff] [review]:
-----------------------------------------------------------------
This may surprise you but there are compilers other than gcc.
Attachment #703440 -
Flags: review?(khuey) → review-
| Assignee | ||
Comment 2•12 years ago
|
||
It does surprise me. Would you take the patch with some kind of ifdef, and if so, what kind?
| Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(khuey)
ifdef GNU_CC would be a good start.
To be clear, I'm not just picking nits, the patch as is won't compile on Windows.
Flags: needinfo?(khuey)
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #703440 -
Attachment is obsolete: true
Attachment #719914 -
Flags: review?(khuey)
Attachment #719914 -
Flags: review?(khuey) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•