This is an automated email from the ASF dual-hosted git repository. gsim pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/master by this push: new f1bb22d DISPATCH-1274: fix for travis build f1bb22d is described below commit f1bb22db23b8b4fe575cc983007a38a53d7fc25b Author: Gordon Sim <g...@redhat.com> AuthorDate: Wed Mar 6 17:38:06 2019 +0000 DISPATCH-1274: fix for travis build --- src/immediate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/immediate.c b/src/immediate.c index 6149be7..5b1cab9 100644 --- a/src/immediate.c +++ b/src/immediate.c @@ -31,7 +31,7 @@ struct qd_immediate_t { }; /* Array rather than list for fast access and cache-coherence */ -static qd_immediate_t immediates[256] = {0}; +static qd_immediate_t immediates[256] = {{0}}; static size_t count = 0; static sys_mutex_t *lock = NULL; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org