Closed
Bug 1069110
Opened 7 years ago
Closed 7 years ago
Fix -Wunused-const-variable warnings in content/xul
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.79 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
clang only reports these unused warnings for non-unified builds, presumably because it has less to think about. The default non-unified mozconfig files do not include --enable-warnings-as-errors, so these warnings are not flagged on TBPL's non-unified builds. Also remove a bogus "Note the ALPHABETICAL ORDERING" from hg@1. :) content/xul/document/src/XULDocument.cpp:126:16 [-Wunused-const-variable] unused variable 'kMaxAttrNameLength' content/xul/document/src/XULDocument.cpp:127:16 [-Wunused-const-variable] unused variable 'kMaxAttributeLength'
Attachment #8491241 -
Flags: review?(bzbarsky)
![]() |
||
Comment 1•7 years ago
|
||
Comment on attachment 8491241 [details] [diff] [review] fix-xul-warnings.patch r=me
Attachment #8491241 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/507bdbd98fae
status-firefox34:
--- → wontfix
status-firefox35:
--- → fixed
Comment 3•7 years ago
|
||
This did land on mozilla-central, though the bug didn't get marked. Sorry for any confusion. https://hg.mozilla.org/mozilla-central/rev/507bdbd98fae
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•