mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix one more warning on windows
This commit is contained in:
		
							parent
							
								
									dda5213982
								
							
						
					
					
						commit
						6d71e4e6c3
					
				@ -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 );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user