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 b32a19467ffde540b059bf166a378decf07701b8 (commit)
from a99d45ac5960c25818b980683cb5920ffd25588c (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=b32a19467ffde540b059bf166a37…
commit b32a19467ffde540b059bf166a378decf07701b8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 20 10:22:14 2015 +0100
stat_item.c: Fix compiler warnings
CC stat_item.lo
stat_item.c: In function 'osmo_stat_item_group_alloc': stat_item.c:84:28:
warning: cast to pointer from integer of different
size [-Wint-to-pointer-cast]
group->items[item_idx] = (void *)items_size;
^
stat_item.c:98:24: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
((uint8_t *)items + (int)group->items[item_idx]);
^
-----------------------------------------------------------------------
Summary of changes:
src/stat_item.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications