Closed
Bug 221132
Opened 22 years ago
Closed 21 years ago
warning: unused variable `html' In function `JAR_cert_html'
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 obsolete file)
/swap/BEOS/mozilla/security/nss/lib/jar/jarver.c:
In function `JAR_cert_html':
1380: warning: unused variable `html'
Attachment #132584 -
Flags: review?(wchang0222)
Comment 2•21 years ago
|
||
Comment on attachment 132584 [details] [diff] [review]
wrap variable in ifdefs to match 'use'
Obsoleting:
This patch is superseeded by attachment 137547 [details] [diff] [review],
in which I go the other way: removing |html| and the associated |#ifdef notdef|
block.
timeless:
If you think that your way is better, please comment on bug 90906.
Attachment #132584 -
Attachment is obsolete: true
Attachment #132584 -
Flags: review?(wchang0222)
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 90906 ***
No longer blocks: 90906
Severity: normal → trivial
Status: NEW → RESOLVED
Closed: 21 years ago
OS: BeOS → All
Hardware: PC → All
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•