Skip to content

Commit

Permalink
Add cast
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Mar 16, 2017
1 parent 9f6b9ab commit 2ccd502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/lib/surface/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ grpc_channel *grpc_channel_create(grpc_exec_ctx *exec_ctx, const char *target,

gpr_atm_no_barrier_store(
&channel->call_size_estimate,
CHANNEL_STACK_FROM_CHANNEL(channel)->call_stack_size);
(gpr_atm)CHANNEL_STACK_FROM_CHANNEL(channel)->call_stack_size);

grpc_compression_options_init(&channel->compression_options);
for (size_t i = 0; i < args->num_args; i++) {
Expand Down

0 comments on commit 2ccd502

Please sign in to comment.