Closed
Bug 136366
Opened 23 years ago
Closed 15 years ago
template warnings under aix
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: david, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: helpwanted)
On AIX 433 using the final version of xlc 3.6.6.7 many compiles generate:
"../../../dist/include/xpcom/nsCppSharedAllocator.h", line 90.16: 1540-252:
(W) The destructor for "unsigned short" does not exist. The call is ignored.
This appears to be a problem as this template is supposedly building pointers.
Comment 1•23 years ago
|
||
Over to XPCOM.
Assignee: seawood → dougt
Status: UNCONFIRMED → NEW
Component: Build Config → XPCOM
Ever confirmed: true
QA Contact: granrose → scc
Summary: makeC++SharedLib_r called with bad args → template warnings under aix
Comment 2•23 years ago
|
||
adding compiler guru.
Updated•23 years ago
|
Keywords: helpwanted
Target Milestone: --- → Future
Updated•23 years ago
|
Blocks: buildwarning
Updated•19 years ago
|
Assignee: dougt → nobody
QA Contact: scc → xpcom
Comment 3•17 years ago
|
||
From configure script the minimum version of IBM's compiler is 5.0.2 with additional fixes.
Firefox 1.0, 1.5 and 2.0 compiles without problems on AIX 4.3.3 and later
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•