This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 1554f80f5e271ed2ffb918127a234a3804cedef4 (commit)
from bf173a3df5dce2c875f057bcfbffcf4b8c642fe5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=1554f80f5e271ed2ffb918127a23…
commit 1554f80f5e271ed2ffb918127a234a3804cedef4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 11 15:06:06 2016 +0100
statsd: Fix compiler warning (int32_t vs. int64_t)
Fixes the following compiler warning:
stats_statsd.c: In function ‘osmo_stats_reporter_create_statsd’: stats_statsd.c:54:18:
warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
srep->send_item = osmo_stats_reporter_statsd_send_item;
Change-Id: Id36914906e0982f6ac092a311210727de66b343a
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/stats.h | 2 +-
src/stats.c | 4 ++--
src/stats_statsd.c | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications