Closed
Bug 198777
Opened 23 years ago
Closed 8 years ago
Deprecated use of conversion
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: m4341, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 Version 1.3, attempted build under HP-UX with HP compilers/linkers
Building under HP-UX 11.00/32-bit results in the following warning, best
displayed with fixed-width font:
Warning 829: "TestXPTCInvoke.cpp", line 235 # Implicit conversion of string lite
ral to 'char *' is deprecated.
char *ret = "milk";
^^^^^^
Warning 829: "TestXPTCInvoke.cpp", line 742 # Implicit conversion of string lite
ral to 'char *' is deprecated.
FooImpl::FooImpl() : Name("FooImpl")
^^^^^^^^^
Warning 829: "TestXPTCInvoke.cpp", line 765 # Implicit conversion of string lite
ral to 'char *' is deprecated.
BarImpl::BarImpl() : Name("BarImpl")
^^^^^^^^^
Warning 829: "TestXPTCInvoke.cpp", line 800 # Implicit conversion of string lite
ral to 'char *' is deprecated.
FooBarImpl::FooBarImpl() : MyName("FooBarImpl")
^^^^^^^^^^^^
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•23 years ago
|
||
-> xpconnect
Assignee: seawood → dbradley
Component: Build Config → XPConnect
QA Contact: granrose → pschwartau
Hardware: Other → HP
Comment 2•23 years ago
|
||
Formally confirming for consideration -
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Assignee: dbradley → nobody
Updated•19 years ago
|
QA Contact: pschwartau → xpconnect
Comment 3•8 years ago
|
||
Ancient HPUX compiler warning bug.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•