Closed Bug 326171 Opened 19 years ago Closed 13 years ago

smime\cmsrecinfo.c(99) : warning C4090: '=' : different 'const' qualifiers

Categories

(NSS :: Libraries, defect, P4)

3.11
x86
Linux
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: timeless, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [build_warning])

/security/nss/lib/smime/cmsrecinfo.c, line 91 -- extern const SEC_ASN1Template NSSCMSRecipientInfoTemplate[];
http://landfill.mozilla.org/mxr-test/seamonkey/source/security/nss/lib/smime/cmst.h#153
153     SECOidData *                contentTypeTag;
 99         cmsg->contentInfo.contentTypeTag = &fakeContent;

afaik this is silently casting away const...

r:/mozilla\security\nss\lib\smime\cmsrecinfo.c(99) : warning C4090: '=' : different 'const' qualifiers
Assignee: wtchang → nobody
QA Contact: jason.m.reid → libraries
Priority: -- → P4
Version: unspecified → 3.11
Whiteboard: [build_warning]
Blocks: buildwarning
No Such warning exists now on the head of m-c. I checked nighly builds of linux, windows and macos.
Hence closing.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.