Skip to content
Snippets Groups Projects
Commit c3b0ac1b authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix compile error on gcc

parent ba947488
Branches
Tags
No related merge requests found
...@@ -213,7 +213,7 @@ static int find_compression_algorithm_states_bitset(const grpc_channel_args *a, ...@@ -213,7 +213,7 @@ static int find_compression_algorithm_states_bitset(const grpc_channel_args *a,
grpc_channel_args *grpc_channel_args_compression_algorithm_set_state( grpc_channel_args *grpc_channel_args_compression_algorithm_set_state(
grpc_channel_args **a, grpc_compression_algorithm algorithm, int state) { grpc_channel_args **a, grpc_compression_algorithm algorithm, int state) {
int *states_arg; int *states_arg = NULL;
grpc_channel_args *result = *a; grpc_channel_args *result = *a;
const int states_arg_found = const int states_arg_found =
find_compression_algorithm_states_bitset(*a, &states_arg); find_compression_algorithm_states_bitset(*a, &states_arg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment