mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 04:26:42 +00:00 
			
		
		
		
	added some more warning to ignore in MSVC
This commit is contained in:
		
							parent
							
								
									19dff822f4
								
							
						
					
					
						commit
						4e46f403a9
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -496,7 +496,7 @@ if (WIN32)
 | 
				
			||||||
        # Warnings that aren't enabled normally and don't need to be enabled
 | 
					        # Warnings that aren't enabled normally and don't need to be enabled
 | 
				
			||||||
        # They're unneeded and sometimes completely retarded warnings that /Wall enables
 | 
					        # They're unneeded and sometimes completely retarded warnings that /Wall enables
 | 
				
			||||||
        # Not going to bother commenting them as they tend to warn on every standard library files
 | 
					        # Not going to bother commenting them as they tend to warn on every standard library files
 | 
				
			||||||
        4061 4263 4264 4266 4350 4514 4548 4571 4610 4619 4623 4625 4626 4628 4640 4668 4710 4711 4820 4826 4917 4946
 | 
					        4061 4263 4264 4266 4350 4371 4514 4548 4571 4610 4619 4623 4625 4626 4628 4640 4668 4710 4711 4820 4826 4917 4946
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Warnings that are thrown on standard libraries and not OpenMW
 | 
					        # Warnings that are thrown on standard libraries and not OpenMW
 | 
				
			||||||
        4347 # Non-template function with same name and parameter count as template function
 | 
					        4347 # Non-template function with same name and parameter count as template function
 | 
				
			||||||
| 
						 | 
					@ -507,6 +507,11 @@ if (WIN32)
 | 
				
			||||||
        4986 # Undocumented warning that occurs in the crtdbg.h file
 | 
					        4986 # Undocumented warning that occurs in the crtdbg.h file
 | 
				
			||||||
        4996 # Function was declared deprecated
 | 
					        4996 # Function was declared deprecated
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
 | 
							# cause by ogre extensivly
 | 
				
			||||||
 | 
							4193 # #pragma warning(pop) : no matching '#pragma warning(push)'
 | 
				
			||||||
 | 
							4251 # class 'XXXX' needs to have dll-interface to be used by clients of class 'YYYY'
 | 
				
			||||||
 | 
							4275 # non dll-interface struct 'XXXX' used as base for dll-interface class 'YYYY'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # OpenMW specific warnings
 | 
					        # OpenMW specific warnings
 | 
				
			||||||
        4099 # Type mismatch, declared class or struct is defined with other type
 | 
					        4099 # Type mismatch, declared class or struct is defined with other type
 | 
				
			||||||
        4100 # Unreferenced formal parameter (-Wunused-parameter)
 | 
					        4100 # Unreferenced formal parameter (-Wunused-parameter)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue