Closed
Bug 1224402
Opened 9 years ago
Closed 9 years ago
ckhelper.c:139:36: error: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Werror,-Wsign-compare]
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(firefox45 affected)
RESOLVED
DUPLICATE
of bug 1212199
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: jruderman, Unassigned)
Details
Once I apply my patch for bug 1224398, I hit scarier errors in another file:
ckhelper.c:139:36: error: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Werror,-Wsign-compare]
|| (obj_template[i].ulValueLen == -1)) {
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~
ckhelper.c:442:36: error: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Werror,-Wsign-compare]
if (sha1_hash_attr->ulValueLen == -1) {
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•