mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Fix some warnings
I think they came from the last Nixpkgs bump.
This commit is contained in:
parent
e92dd06a7b
commit
1ae5738317
3 changed files with 8 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
#include "compression.hh"
|
||||
#include "filetransfer.hh"
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wswitch-enum"
|
||||
#include <aws/core/Aws.h>
|
||||
#include <aws/core/VersionConfig.h>
|
||||
#include <aws/core/auth/AWSCredentialsProvider.h>
|
||||
|
@ -25,6 +27,7 @@
|
|||
#include <aws/s3/model/ListObjectsRequest.h>
|
||||
#include <aws/s3/model/PutObjectRequest.h>
|
||||
#include <aws/transfer/TransferManager.h>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
using namespace Aws::Transfer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue