mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Silence compiler warnings
This commit is contained in:
parent
bfae460ea7
commit
16a9e79d60
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user