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)

x86
Windows XP
defect
Not set
minor

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
Feel free to change
 aCipherId = cp->id;
to
 aCipherId = (PRUint16)cp->id;
if you don't like the warning.
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.