Closed
Bug 134332
Opened 23 years ago
Closed 17 years ago
warning: cast from pointer to integer of different size
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pavlov, Unassigned)
References
(Blocks 1 open bug)
Details
When building JS (as part of mozilla) on a machine that has 64bit longs and
32bit pointers, I get an insane number of warnings such as:
../../../js/src/jsapi.c:99: warning: cast from pointer to integer of different
size
While they shouldn't result in any data loss, it would be good to see the
warnings go away.
I expect this is due to JS typedefing JSWord to long instead of something that
is sizeof(void*). brendan says jscpucfg.c should be used to help generate the
right thing for the platform.
Updated•23 years ago
|
Blocks: buildwarning
Updated•20 years ago
|
Assignee: khanson → general
QA Contact: pschwartau → general
Comment 2•17 years ago
|
||
Letting this ancient bug rest.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•