Closed
Bug 562596
Opened 15 years ago
Closed 15 years ago
large integer implicitly truncated to unsigned type in DoUpdate()
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
662 bytes,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
In function ‘int DoUpdate()’:
updater.cpp:1806: warning: large integer implicitly truncated to unsigned type
size_t is 64bits on 64bit systems...
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #442343 -
Flags: review?(ted.mielczarek)
Comment 2•15 years ago
|
||
Comment on attachment 442343 [details] [diff] [review]
patch
Rob owns this code.
Attachment #442343 -
Flags: review?(ted.mielczarek) → review?(robert.bugzilla)
![]() |
||
Updated•15 years ago
|
Attachment #442343 -
Flags: review?(robert.bugzilla) → review+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•