mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 21:56:45 +00:00 
			
		
		
		
	Fix MSVC size_t conversion warning.
This commit is contained in:
		
							parent
							
								
									9ea22324f7
								
							
						
					
					
						commit
						96ba4a414f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -613,6 +613,7 @@ if (WIN32) | |||
|         4127 # Conditional expression is constant | ||||
|         4242 # Storing value in a variable of a smaller type, possible loss of data | ||||
|         4244 # Storing value of one type in variable of another (size_t in int, for example) | ||||
|         4267 # Conversion from 'size_t' to 'int', possible loss of data | ||||
|         4305 # Truncating value (double to float, for example) | ||||
|         4309 # Variable overflow, trying to store 128 in a signed char for example | ||||
|         4351 # New behavior: elements of array 'array' will be default initialized (desired behavior) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue