lots o warning fixes for rc3

This commit is contained in:
toddouska
2011-09-28 13:19:05 -07:00
parent ab6ab40271
commit 27d35d50cc
10 changed files with 25 additions and 26 deletions

View File

@@ -3286,7 +3286,7 @@ int CyaSSL_set_compression(CYASSL* ssl)
}
void CYASSL_SESSION_free(CYASSL_SESSION* session)
void CyaSSL_SESSION_free(CYASSL_SESSION* session)
{
(void)session;
}