Skip to content
Snippets Groups Projects
Commit 3f0ddff8 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #697 from ctiller/mac2

This magically fixes the C build on my Mac
parents 8623ad08 97c3dcec
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
#include "src/core/support/env.h"
#if GRPC_ENABLE_TRACING
gpr_uint32 grpc_trace_bits;
gpr_uint32 grpc_trace_bits = 0;
static void add(const char *beg, const char *end, char ***ss, size_t *ns) {
size_t n = *ns;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment