libosmocore.git branch master updated. 0.9.0-19-gb32a194

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Nov 20 23:40:26 UTC 2015


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=b32a19467ffde540b059bf166a378decf07701b8

commit b32a19467ffde540b059bf166a378decf07701b8
Author: Harald Welte <laforge at 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



More information about the osmocom-commitlog mailing list