mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 06:50:05 +00:00 
			
		
		
		
	Ignore deprecated stdext:: usage in AWS SDK
This commit is contained in:
		
							parent
							
								
									b934f90ffa
								
							
						
					
					
						commit
						c331f4a1e4
					
				
					 4 changed files with 14 additions and 1 deletions
				
			
		|  | @ -1,4 +1,5 @@ | |||
| #define NOMINMAX | ||||
| #define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING | ||||
| 
 | ||||
| #include <scwx/qt/config/radar_site.hpp> | ||||
| #include <scwx/qt/main/main_window.hpp> | ||||
|  |  | |||
|  | @ -2,7 +2,13 @@ | |||
| 
 | ||||
| #include <scwx/provider/nexrad_data_provider.hpp> | ||||
| 
 | ||||
| #include <aws/s3/S3Client.h> | ||||
| namespace Aws | ||||
| { | ||||
| namespace S3 | ||||
| { | ||||
| class S3Client; | ||||
| } // namespace S3
 | ||||
| } // namespace Aws
 | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  |  | |||
|  | @ -1,3 +1,5 @@ | |||
| #define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING | ||||
| 
 | ||||
| #include <scwx/provider/aws_level3_data_provider.hpp> | ||||
| #include <scwx/common/sites.hpp> | ||||
| #include <scwx/util/logger.hpp> | ||||
|  | @ -5,6 +7,7 @@ | |||
| 
 | ||||
| #include <shared_mutex> | ||||
| 
 | ||||
| #include <aws/s3/S3Client.h> | ||||
| #include <aws/s3/model/ListObjectsV2Request.h> | ||||
| #include <fmt/chrono.h> | ||||
| #include <fmt/format.h> | ||||
|  |  | |||
|  | @ -1,3 +1,5 @@ | |||
| #define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING | ||||
| 
 | ||||
| #include <scwx/provider/aws_nexrad_data_provider.hpp> | ||||
| #include <scwx/util/environment.hpp> | ||||
| #include <scwx/util/logger.hpp> | ||||
|  | @ -7,6 +9,7 @@ | |||
| 
 | ||||
| #include <shared_mutex> | ||||
| 
 | ||||
| #include <aws/s3/S3Client.h> | ||||
| #include <aws/s3/model/GetObjectRequest.h> | ||||
| #include <aws/s3/model/ListObjectsV2Request.h> | ||||
| #include <fmt/chrono.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat