Closed
Bug 1416287
Opened 8 years ago
Closed 8 years ago
ssl3exthandle.c Fix signed / unsigned compilation warnings
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jeanluc.bonnafoux, Assigned: jeanluc.bonnafoux)
Details
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20171024165158
Steps to reproduce:
Using Visual Studio 2017 compiler, ssl3exthandle.c generates compilation warnings.
Actual results:
Generated warnings are:
security/nss/lib/ssl/ssl3exthandle.c:2080 [C4018] '<': signed/unsigned mismatch
security/nss/lib/ssl/ssl3exthandle.c:2132 [C4018] '<': signed/unsigned mismatch
Expected results:
Code should compile without any warning.
Updated•8 years ago
|
Assignee: nobody → jeanluc.bonnafoux
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Hello,
following a code rebase, it seems that ssl3exthandle.c does not use int32, i am going to check if there are still some warnings to be fixed.
Thanks,
Hello,
i can confirm that with latest trunk code, ssl3exthandle.c compiles without any warning.
Should we close this bug?
Thanks,
Comment 3•8 years ago
|
||
Sure, let's close it.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Attachment #8927404 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•