Closed
Bug 98335
Opened 24 years ago
Closed 23 years ago
Warnings still IRK me
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.4
People
(Reporter: timeless, Assigned: wtc)
References
()
Details
Attachments
(2 files)
1.02 KB,
patch
|
Details | Diff | Splinter Review | |
22.94 KB,
text/plain
|
Details |
from windows nt nss tinderbox
certcgi.c(290) : warning C4550: expression evaluates to a function which is
missing an argument list
certcgi.c(1349) : warning C4553: '==' : operator has no effect; did you intend '='?
Comment 3•24 years ago
|
||
+
i++;
+ while (*(string + i) == ' ')
+ i++;
Fix the indentation, sr=jst
traction please?
whoops kaie is psm only, i had selected him based on brendan's advice.
Assignee: kai.engert → lord
Assignee | ||
Comment 6•24 years ago
|
||
I checked in the patch (after editing) on the tip of NSS.
Thank you, timeless!
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•24 years ago
|
||
Assigned the bug to wtc.
Assignee: lord → wtc
Status: ASSIGNED → NEW
Assignee | ||
Comment 8•23 years ago
|
||
Changed the QA contact to Bishakha.
QA Contact: sonja.mirtitsch → bishakhabanerjee
Assignee | ||
Comment 9•23 years ago
|
||
The two warnings identified in the original bug description
have been fixed in NSS 3.4, so I am marking this bug fixed.
Note that I did not look at the other warnings listed in the
second patch. Some of them may have been fixed or may no
longer be applicable to the latest NSS versions (3.4 and 3.5
Beta).
Status: NEW → RESOLVED
Closed: 23 years ago
OS: Windows NT → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → 3.4
Version: 4.0 → 3.3
You need to log in
before you can comment on or make changes to this bug.
Description
•