Răsfoiți Sursa

fix compile

Craig Tiller 9 ani în urmă
părinte
comite
aa1c339209
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/core/iomgr/exec_ctx.h

+ 1 - 1
src/core/iomgr/exec_ctx.h

@@ -70,7 +70,7 @@ struct grpc_exec_ctx {
 #else
 struct grpc_exec_ctx { int unused; };
 #define GRPC_EXEC_CTX_INIT \
-  {}
+  {0}
 #endif
 
 /** Flush any work that has been enqueued onto this grpc_exec_ctx.