(svn r2649) Get rid of 2 warnings.
This commit is contained in:
		
							
								
								
									
										2
									
								
								win32.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								win32.c
									
									
									
									
									
								
							@@ -2299,7 +2299,7 @@ void CSleep(int milliseconds)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Utility function to get the current timestamp in milliseconds
 | 
					// Utility function to get the current timestamp in milliseconds
 | 
				
			||||||
// Useful for profiling
 | 
					// Useful for profiling
 | 
				
			||||||
int64 GetTS()
 | 
					int64 GetTS(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	static double freq;
 | 
						static double freq;
 | 
				
			||||||
	__int64 value;
 | 
						__int64 value;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user