pull/5474/head
Craig Tiller 9 years ago
parent 3af3f743c3
commit b929d7667e
  1. 2
      src/core/iomgr/exec_ctx.h

@ -68,7 +68,7 @@ struct grpc_exec_ctx {
#define GRPC_EXEC_CTX_INIT \
{ GRPC_CLOSURE_LIST_INIT }
#else
struct grpc_exec_ctx {};
struct grpc_exec_ctx { int unused; };
#define GRPC_EXEC_CTX_INIT \
{}
#endif

Loading…
Cancel
Save