mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 19:10:06 +00:00 
			
		
		
		
	Guard pragma warning statements with ifdef msvc
This commit is contained in:
		
							parent
							
								
									ec45e0bce0
								
							
						
					
					
						commit
						509fc76653
					
				
					 12 changed files with 100 additions and 28 deletions
				
			
		|  | @ -2,9 +2,15 @@ | |||
| #include <scwx/qt/gl/shader_program.hpp> | ||||
| #include <scwx/util/logger.hpp> | ||||
| 
 | ||||
| #pragma warning(push, 0) | ||||
| #if defined(_MSC_VER) | ||||
| #   pragma warning(push, 0) | ||||
| #endif | ||||
| 
 | ||||
| #include <glm/gtc/type_ptr.hpp> | ||||
| #pragma warning(pop) | ||||
| 
 | ||||
| #if defined(_MSC_VER) | ||||
| #   pragma warning(pop) | ||||
| #endif | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat