Open
Bug 1883410
Opened 2 years ago
Updated 1 year ago
Reduce the number of -Wshorten-64-to-32
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
Such truncation can lead to data loss and should be avoided.
| Assignee | ||
Comment 2•2 years ago
|
||
- change a few internal API in memory/build
- add some MOZ_ASSERT before forcing the conversion
Updated•2 years ago
|
Attachment #9389121 -
Attachment description: Bug 1883410 - Reduce the number of -Wshorten-64-to-32 r=glandium! → Bug 1883410 - Reduce the number of -Wshorten-64-to-32 r=glandium
You need to log in
before you can comment on or make changes to this bug.
Description
•