Skip to content

Commit

Permalink
fixed warning in macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jun 21, 2023
1 parent 72148d5 commit 5fe64bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/margo.h
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ hg_return_t _handler_for_NULL(hg_handle_t);
margo_destroy(handle); \
return; \
} \
struct margo_monitor_rpc_ult_args __monitoring_args = {0, handle}; \
struct margo_monitor_rpc_ult_args __monitoring_args = {{0}, handle}; \
__margo_internal_pre_wrapper_hooks(__mid, handle, &__monitoring_args); \
margo_trace(__mid, "Starting RPC %s (handle = %p)", __rpc_name, \
(void*)handle); \
Expand Down

0 comments on commit 5fe64bb

Please sign in to comment.