Skip to content

Commit

Permalink
casting to pass travis
Browse files Browse the repository at this point in the history
  • Loading branch information
trws committed May 11, 2016
1 parent 895f6ff commit 7185488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/broker/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static void *module_thread (void *arg)

assert (p->zctx);

PROFILING_INIT((int[]){1}, (char*[1][1]){{ "broker_module" }});
PROFILING_INIT((int[]){1}, (char ***)(char*[1][1]){{ "broker_module" }});
PROFILING_SET_RANK(p->rank);
PROFILING_REGION_START(p->name);

Expand Down

0 comments on commit 7185488

Please sign in to comment.