mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:20:06 +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,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