Closed
Bug 842931
Opened 12 years ago
Closed 12 years ago
Fix -Wunused-private-field warning: remove unused private member variable nsPKCS12Blob::mTmpFilePath
Categories
(Core :: Security, defect, P4)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: cpeterson, Assigned: cpeterson)
Details
Attachments
(1 file)
|
2.45 KB,
patch
|
briansmith
:
review+
|
Details | Diff | Splinter Review |
I see the following warning when building with clang on OSX:
security/manager/ssl/src/nsPKCS12Blob.h:79:15 [-Wunused-private-field] private field 'mTmpFilePath' is not used
Attachment #715910 -
Flags: review?(bsmith)
Updated•12 years ago
|
Attachment #715910 -
Flags: review?(bsmith) → review+
| Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•