Closed
Bug 299094
Opened 19 years ago
Closed 19 years ago
r:/mozilla\security\manager\ssl\src\nsNSSComponent.cpp(594) : warning C4244: '=' : conversion from 'long' to 'PRUint16', possible loss of data
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 316710
People
(Reporter: timeless, Assigned: KaiE)
References
()
Details
r:/mozilla\security\manager\ssl\src\nsNSSComponent.cpp(594) : warning C4244: '='
: conversion from 'long' to 'PRUint16', possible loss of data
Assignee | ||
Comment 1•19 years ago
|
||
Feel free to change
aCipherId = cp->id;
to
aCipherId = (PRUint16)cp->id;
if you don't like the warning.
Assignee | ||
Comment 2•19 years ago
|
||
This change has been added to the patch in bug 316710
*** This bug has been marked as a duplicate of 316710 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•