Ignore deprecated stdext:: usage in AWS SDK

This commit is contained in:
Dan Paulat 2023-11-16 22:22:26 -06:00
parent b934f90ffa
commit c331f4a1e4
4 changed files with 14 additions and 1 deletions

View file

@ -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>