Closed
Bug 503068
Opened 16 years ago
Closed 16 years ago
[HTML5] New warning from HTML5 parser: deprecated conversion from string constant to 'char*'
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 501015
People
(Reporter: benjamin, Unassigned)
References
()
Details
New warning with the HTML5 landing:
parser/html/nsHtml5Portability.cpp:177:deprecated conversion from string constant to 'char*'
http://hg.mozilla.org/mozilla-central/annotate/8b5103cb12a6b62558ba6ad64109f50bb66bd820/parser/html/nsHtml5Portability.cpp/#l177
Comment 1•16 years ago
|
||
This is fixed by adding const, right?
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•