fix newer clang warnings

This commit is contained in:
toddouska
2013-12-11 12:03:09 -08:00
parent 9e56ad262c
commit b41d09b1a2
3 changed files with 10 additions and 2 deletions

View File

@@ -2563,6 +2563,7 @@ static int ConfirmSignature(const byte* buf, word32 bufSz,
(void)sigSz;
(void)heap;
(void)ret;
(void)typeH;
switch (sigOID) {
#ifndef NO_MD5
@@ -3339,6 +3340,7 @@ static void DecodeCertExtensions(DecodedCert* cert)
}
idx += length;
}
(void)critical;
CYASSL_LEAVE("DecodeCertExtensions", 0);
return;