mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Micrium: fix compiler warnings
This commit is contained in:
@ -1266,6 +1266,7 @@ int wolfSSL_CryptHwMutexUnLock(void)
|
||||
else
|
||||
return BAD_MUTEX_E;
|
||||
#else
|
||||
(void)m;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
@ -1398,6 +1398,7 @@ extern void uITRON4_free(void *p) ;
|
||||
#endif
|
||||
#include <lib_mem.h>
|
||||
#include <lib_math.h>
|
||||
#include <lib_str.h>
|
||||
#include <string.h>
|
||||
|
||||
#define USE_FAST_MATH
|
||||
|
Reference in New Issue
Block a user