Closed
Bug 8947
Opened 25 years ago
Closed 25 years ago
Fix int to float warning
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: David.R.Gardiner, Assigned: buster)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
layout/html/base/src/nsHTMLImageLoader.cpp
Compiling with MSVC6 gives a number of the following warnings:
conversion from 'int' to 'float', possible loss of data
The attached patch reworks the code so that the warning is fixed.
-dave
Reporter | ||
Comment 1•25 years ago
|
||
Severity: minor → normal
Status: NEW → ASSIGNED
Priority: P3 → P2
Target Milestone: M9
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Marking as verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•