aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-io
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-03-16 12:54:01 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-03-16 12:54:01 +0300
commit99174a7c143a6db8cbf57c8fd2b5741bd67f3336 (patch)
treed301a1b399e68201060ee24f38cc8847fa993843 /contrib/restricted/aws/aws-c-io
parentc0a27a5678596a0eb1a60ecf3fc4135531675bf7 (diff)
downloadydb-99174a7c143a6db8cbf57c8fd2b5741bd67f3336.tar.gz
Update contrib/restricted/aws/aws-c-io to 0.13.18
Diffstat (limited to 'contrib/restricted/aws/aws-c-io')
-rw-r--r--contrib/restricted/aws/aws-c-io/source/channel.c2
-rw-r--r--contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c2
-rw-r--r--contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c2
-rw-r--r--contrib/restricted/aws/aws-c-io/ya.make4
4 files changed, 5 insertions, 5 deletions
diff --git a/contrib/restricted/aws/aws-c-io/source/channel.c b/contrib/restricted/aws/aws-c-io/source/channel.c
index 8f85a7b9c8..b741513ccd 100644
--- a/contrib/restricted/aws/aws-c-io/source/channel.c
+++ b/contrib/restricted/aws/aws-c-io/source/channel.c
@@ -14,7 +14,7 @@
#include <aws/io/message_pool.h>
#include <aws/io/statistics.h>
-#if _MSC_VER
+#ifdef _MSC_VER
# pragma warning(disable : 4204) /* non-constant aggregate initializer */
#endif
diff --git a/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c b/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c
index 2c351b0d0a..b65f64d1d7 100644
--- a/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c
+++ b/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c
@@ -12,7 +12,7 @@
#include <aws/io/socket_channel_handler.h>
#include <aws/io/tls_channel_handler.h>
-#if _MSC_VER
+#ifdef _MSC_VER
/* non-constant aggregate initializer */
# pragma warning(disable : 4204)
/* allow automatic variable to escape scope
diff --git a/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c b/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c
index 6e78b9d6b5..54bdcea7b2 100644
--- a/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c
+++ b/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c
@@ -12,7 +12,7 @@
#include <aws/io/socket.h>
#include <aws/io/statistics.h>
-#if _MSC_VER
+#ifdef _MSC_VER
# pragma warning(disable : 4204) /* non-constant aggregate initializer */
#endif
diff --git a/contrib/restricted/aws/aws-c-io/ya.make b/contrib/restricted/aws/aws-c-io/ya.make
index 3041a07458..95022aa137 100644
--- a/contrib/restricted/aws/aws-c-io/ya.make
+++ b/contrib/restricted/aws/aws-c-io/ya.make
@@ -9,9 +9,9 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(0.13.17)
+VERSION(0.13.18)
-ORIGINAL_SOURCE(https://github.com/awslabs/aws-c-io/archive/v0.13.17.tar.gz)
+ORIGINAL_SOURCE(https://github.com/awslabs/aws-c-io/archive/v0.13.18.tar.gz)
PEERDIR(
contrib/restricted/aws/aws-c-cal