libosmocore.git branch master updated. 0.10.2-153-gebd2b0f4

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 Feb 9 10:28:29 UTC 2018


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  ebd2b0f405b34ab113a2611d9f79ae87a6b9fbd3 (commit)
      from  6590044337c1497393dd779f45c0b584f8027e3e (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=ebd2b0f405b34ab113a2611d9f79ae87a6b9fbd3

commit ebd2b0f405b34ab113a2611d9f79ae87a6b9fbd3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Feb 9 10:32:03 2018 +0100

    osmo_msgbdump_{l2,l3}(): Proper typecast
    
    This avoids compiler warnings like
    
    /tmp/work/sysmobts_v2-poky-linux-gnueabi/osmo-pcu/0.4+gitAUTOINC+4c112dc5a6-r1.18/recipe-sysroot/usr/include/osmocom/core/msgb.h: In function 'const char* msgb_hexdump_l2(const msgb*)':
    error: invalid conversion from 'void*' to 'const unsigned char*' [-fpermissive]
        return osmo_hexdump(msgb_l2(msg), msgb_l2len(msg));
    
    which we've been getting in osmo-pcu builds on some platforms.
    
    Change-Id: I0ec652a1a569ec1507d8411cf1ef87afabcca799

-----------------------------------------------------------------------

Summary of changes:
 include/osmocom/core/msgb.h | 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