Closed
Bug 474612
Opened 16 years ago
Closed 9 years ago
New warnings from NSS_3_12_3_BETA2
Categories
(NSS :: Libraries, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Attachments
(1 obsolete file)
Mozilla recently started using NSS_3_12_3_BETA2 (bug 473837). The following new warnings were reported and appear to be valid:
security/nss/lib/freebl/seed.c:613 - unused variable 'num'
security/nss/lib/freebl/seed.c:648 - unused variable 'num'
security/nss/lib/freebl/sha512.c:1110 - unused variable 't1'
security/nss/lib/freebl/sha512.c:814 - unused variable 't1'
security/nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.c:74 - 'pkix_pl_X500Name_ToString_Helper' defined but not used
security/nss/lib/pk11wrap/pk11merge.c:684 - unused variable 'needCarry'
For more information about the warning logs, see http://office.smedbergs.us:8080/build?id=855
Updated•16 years ago
|
OS: Linux → All
Priority: -- → P5
Hardware: x86 → All
Version: unspecified → 3.12.3
Updated•16 years ago
|
Severity: normal → trivial
Updated•13 years ago
|
Whiteboard: [build_warning]
Updated•13 years ago
|
Blocks: buildwarning
Comment 1•12 years ago
|
||
FWIW,
Bug 453234 fixed:
security/nss/lib/freebl/seed.c:613 - unused variable 'num'
security/nss/lib/freebl/seed.c:648 - unused variable 'num'
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/security/nss/lib/freebl&command=DIFF_FRAMESET&file=seed.c&rev1=1.2&rev2=1.3&root=/cvsroot
Bug 515870 fixed:
security/nss/lib/pk11wrap/pk11merge.c:684 - unused variable 'needCarry'
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/security/nss/lib/pk11wrap&command=DIFF_FRAMESET&file=pk11merge.c&rev1=1.5&rev2=1.6&root=/cvsroot
Comment 2•11 years ago
|
||
The t1 vars seem used by macros, so I've left those alone. But please correct me if I'm wrong!
Attachment #769311 -
Flags: review?(wtc)
Comment 3•11 years ago
|
||
Review ping?
Comment 4•10 years ago
|
||
Comment on attachment 769311 [details] [diff] [review]
Proposed Patch - Remove pkix_pl_X500Name_ToString_Helper v1
Cancelling review - this ended up being done in Bug 1093940.
Attachment #769311 -
Attachment is obsolete: true
Attachment #769311 -
Flags: review?(wtc)
Comment 6•9 years ago
|
||
This is fixed. Since this is an NSS big, I'm closing it. It won't hit m-c for about a week though.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Version: 3.12.3 → 3.21
You need to log in
before you can comment on or make changes to this bug.
Description
•