mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	CMakeLists: Enforce C4267 on MSVC
This commit is contained in:
		
							parent
							
								
									adcc786ef2
								
							
						
					
					
						commit
						77ce1c8f14
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -33,7 +33,6 @@ if (MSVC) | |||
|     # /Zc:throwingNew     - Let codegen assume `operator new` (without std::nothrow) will never return null | ||||
|     # /external:*         - Suppress warnings from external headers | ||||
|     add_compile_options( | ||||
|         /W3 | ||||
|         /MP | ||||
|         /permissive- | ||||
|         /EHsc | ||||
|  | @ -45,6 +44,10 @@ if (MSVC) | |||
|         /external:I "${CMAKE_SOURCE_DIR}/externals" | ||||
|         /external:anglebrackets | ||||
|         /external:W0 | ||||
| 
 | ||||
|         # Warnings | ||||
|         /W3 | ||||
|         /we4267 # 'var': conversion from 'size_t' to 'type', possible loss of data | ||||
|     ) | ||||
| 
 | ||||
|     # Since MSVC's debugging information is not very deterministic, so we have to disable it | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue