Closed
Bug 913124
Opened 12 years ago
Closed 12 years ago
js/src/jsreflect.cpp:1483:7: warning: 'ASTSerializer' has a field 'ASTSerializer::builder' whose type uses the anonymous namespace [enabled by default]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.30 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
New GCC 4.8 build warning:
{
js/src/jsreflect.cpp:1483:7: warning: 'ASTSerializer' has a field 'ASTSerializer::builder' whose type uses the anonymous namespace [enabled by default]
}
This was caused by bug 910829's patch, which put NodeBuilder into an anonymous namespace.
https://hg.mozilla.org/integration/mozilla-inbound/rev/c0104d0c88a1#l13.1
Assignee | ||
Comment 1•12 years ago
|
||
(Simplest solution would probably be to put ASTSerializer itself into the anonymous namespace, if that works.)
Assignee | ||
Comment 2•12 years ago
|
||
This works locally.
Updated•12 years ago
|
Attachment #800304 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Flags: in-testsuite-
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•