From 82c51da13d3ed70d6f200857930a01c825c549c7 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 29 May 2024 06:05:08 +0000 Subject: [PATCH] MinGW: Fix error: cannot convert 'const int*' to 'const char*' (#1824) --- src/comm/Tcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comm/Tcp.cc b/src/comm/Tcp.cc index 43c5da0d9e..c847cfbc60 100644 --- a/src/comm/Tcp.cc +++ b/src/comm/Tcp.cc @@ -30,7 +30,7 @@ SetSocketOption(const int fd, const int level, const int optName, const Option & { static_assert(std::is_trivially_copyable