Silence compiler warnings

This commit is contained in:
julien.pierre.bugs%sun.com 2005-04-02 05:33:41 +00:00
parent bfae460ea7
commit 16a9e79d60

View File

@ -254,6 +254,8 @@ static SECStatus MatchComponentType(const SEC_ASN1Template* templateEntry,
/* this is only to help debugging of the decoder in case of problems */
unsigned char tagclass = tag & SEC_ASN1_CLASS_MASK;
unsigned char expectedclass = (unsigned char)kind & SEC_ASN1_CLASS_MASK;
tagclass = tagclass;
expectedclass = expectedclass;
#endif
*match = PR_FALSE;
return SECSuccess;