mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:50:06 +00:00 
			
		
		
		
	moved warning avoidance over to c files
This commit is contained in:
		
							parent
							
								
									2cd0a16028
								
							
						
					
					
						commit
						797f26e461
					
				
					 6 changed files with 41 additions and 3 deletions
				
			
		|  | @ -1,6 +1,16 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #if defined(__clang__) | ||||
| #   pragma clang diagnostic push | ||||
| #   pragma clang diagnostic ignored "-Wdelete-non-abstract-non-virtual-dtor" | ||||
| #endif | ||||
| 
 | ||||
| #include <scwx/awips/phenomenon.hpp> | ||||
| 
 | ||||
| #if defined(__clang__) | ||||
| #   pragma clang diagnostic pop | ||||
| #endif | ||||
| 
 | ||||
| #include <scwx/qt/map/draw_layer.hpp> | ||||
| #include <scwx/qt/types/text_event_key.hpp> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak