Closed
Bug 292929
Opened 20 years ago
Closed 20 years ago
Useless conversion from char to PRUnichar following a truncation to char
Categories
(MailNews Core :: Import, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 obsolete file)
r:\mozilla\mailnews\import\outlook\src\MapiMessage.h(132) : warning C4244: 'argument' : conversion from 'PRUnichar' to 'nsACString::char_type', possible loss of data r:/mozilla\mailnews\import\outlook\src\MapiMessage.cpp(604) : warning C4101: 'len' : unreferenced local variable
Attachment #182637 -
Flags: superreview?(dmose)
Attachment #182637 -
Flags: review?(dmose)
Comment 2•20 years ago
|
||
Comment on attachment 182637 [details] [diff] [review] change prototype since caller and internal data are both chars and remove unused var r+sr=dmose
Attachment #182637 -
Flags: superreview?(dmose)
Attachment #182637 -
Flags: superreview+
Attachment #182637 -
Flags: review?(dmose)
Attachment #182637 -
Flags: review+
Attachment #182637 -
Flags: approval1.8b3?
Comment 3•20 years ago
|
||
Comment on attachment 182637 [details] [diff] [review] change prototype since caller and internal data are both chars and remove unused var a=shaver
Attachment #182637 -
Flags: approval1.8b3? → approval1.8b3+
Comment on attachment 182637 [details] [diff] [review] change prototype since caller and internal data are both chars and remove unused var mozilla/mailnews/import/outlook/src/MapiMessage.cpp 1.17 mozilla/mailnews/import/outlook/src/MapiMessage.h 1.9
Attachment #182637 -
Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•