Craig Tiller 9 vuotta sitten
vanhempi
commit
aa1c339209
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.