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

This magically fixes the C build on my Mac

parent 8623ad08
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