mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 11:00:06 +00:00 
			
		
		
		
	Warning pragmas
This commit is contained in:
		
							parent
							
								
									d8b669262c
								
							
						
					
					
						commit
						cdd4ced28e
					
				
					 7 changed files with 63 additions and 2 deletions
				
			
		|  | @ -11,10 +11,19 @@ | |||
| #   pragma warning(disable : 4706) | ||||
| #endif | ||||
| 
 | ||||
| #if defined(__GNUC__) | ||||
| #   pragma GCC diagnostic push | ||||
| #   pragma GCC diagnostic ignored "-Wdeprecated-copy" | ||||
| #endif | ||||
| 
 | ||||
| #include <boost/iostreams/copy.hpp> | ||||
| #include <boost/iostreams/filtering_streambuf.hpp> | ||||
| #include <boost/iostreams/filter/gzip.hpp> | ||||
| 
 | ||||
| #if defined(__GNUC__) | ||||
| #   pragma GCC diagnostic pop | ||||
| #endif | ||||
| 
 | ||||
| #if defined(_MSC_VER) | ||||
| #   pragma warning(pop) | ||||
| #endif | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat