Browse Source

fix compile

Craig Tiller 9 years ago
parent
commit
aa1c339209
1 changed files with 1 additions and 1 deletions
  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
 #else
 struct grpc_exec_ctx { int unused; };
 struct grpc_exec_ctx { int unused; };
 #define GRPC_EXEC_CTX_INIT \
 #define GRPC_EXEC_CTX_INIT \
-  {}
+  {0}
 #endif
 #endif
 
 
 /** Flush any work that has been enqueued onto this grpc_exec_ctx.
 /** Flush any work that has been enqueued onto this grpc_exec_ctx.