mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-27 00:52:58 +00:00
Fix one more warning on windows
This commit is contained in:
@@ -254,7 +254,7 @@ unsigned long get_timer( struct hr_time *val, int reset )
|
||||
/* It's OK to use a global because alarm() is supposed to be global anyway */
|
||||
static DWORD alarmMs;
|
||||
|
||||
DWORD WINAPI TimerProc( LPVOID TimerContext )
|
||||
static DWORD WINAPI TimerProc( LPVOID TimerContext )
|
||||
{
|
||||
((void) TimerContext);
|
||||
Sleep( alarmMs );
|
||||
|
||||
Reference in New Issue
Block a user