aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-io/source/channel.c
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/source/channel.c
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/source/channel.c')
-rw-r--r--contrib/restricted/aws/aws-c-io/source/channel.c2
1 files changed, 1 insertions, 1 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