pull/38101/head
yijiem 2 weeks ago
parent 89ba045704
commit 282fc8269e
  1. 2
      src/core/lib/event_engine/windows/grpc_polled_fd_windows.cc
  2. 2
      src/core/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc

@ -79,7 +79,7 @@ grpc_slice FlattenIovec(const struct iovec* iov, int iov_count) {
// instantiated at the top of the virtual socket function callstack.
class WSAErrorContext {
public:
explicit WSAErrorContext(){};
explicit WSAErrorContext() {};
~WSAErrorContext() {
if (error_ != 0) {

@ -69,7 +69,7 @@ namespace {
// instantiated at the top of the virtual socket function callstack.
class WSAErrorContext final {
public:
explicit WSAErrorContext(){};
explicit WSAErrorContext() {};
~WSAErrorContext() {
if (error_ != 0) {

Loading…
Cancel
Save