Closed
Bug 242591
Opened 21 years ago
Closed 21 years ago
r:/mozilla\xpcom\io\nsFastLoadService.cpp(...) : warning C4244: '=' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: Bienvenu)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
darin.moz
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
r:/mozilla\xpcom\io\nsFastLoadService.cpp(512) : warning C4244: '=' : conversion
from 'PRInt64' to 'PRUint32', possible loss of data
r:/mozilla\xpcom\io\nsFastLoadService.cpp(553) : warning C4244: 'argument' :
conversion from 'PRInt64' to 'PRUint32', possible loss of data
Assignee | ||
Comment 1•21 years ago
|
||
use LL2UI - I don't think it's worth adding an assertion here, since the fast
load code doesn't begin to pretend to support files > 4GB - and if it had to, I
don't think we could call it fast load...
Assignee | ||
Updated•21 years ago
|
Attachment #147654 -
Flags: superreview?(mscott)
Attachment #147654 -
Flags: review?(darin)
Updated•21 years ago
|
Attachment #147654 -
Flags: superreview?(mscott) → superreview+
Updated•21 years ago
|
Attachment #147654 -
Flags: review?(darin) → review+
Assignee | ||
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•