diff --git a/src/core/iomgr/exec_ctx.h b/src/core/iomgr/exec_ctx.h index b7388657ed1..ea09188c8f3 100644 --- a/src/core/iomgr/exec_ctx.h +++ b/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