Closed
Bug 940337
Opened 11 years ago
Closed 8 years ago
Win64 compiler warnings in jsobjinlines.h (warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data)
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: RyanVM, Unassigned)
References
(Blocks 1 open bug)
Details
Also frequently spammed in Win64 builds.
js\src\jsobjinlines.h(232) : warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
js\src\jsobjinlines.h(443) : warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
js\src\jsobjinlines.h(469) : warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data
js\src\jsobjinlines.h(497) : warning C4267: 'initializing' : conversion from 'size_t' to 'uint32_t', possible loss of data
Updated•8 years ago
|
Priority: -- → P1
Comment 1•8 years ago
|
||
As far as I can see those warnings doesn't show up in the builds anymore.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•