openbsc.git branch master updated. 0.15.0-190-gf4afcf0

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
Wed Mar 16 10:16:15 UTC 2016


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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  f4afcf0b2345a51d3e69c4dbb61279af233388cf (commit)
      from  10cd11345c2dd3f38793e7dd7456e7882ab95dd9 (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/openbsc/commit/?id=f4afcf0b2345a51d3e69c4dbb61279af233388cf

commit f4afcf0b2345a51d3e69c4dbb61279af233388cf
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Mar 16 11:15:19 2016 +0100

    mgcp: Fix compiler warnings on size_t on AMD64
    
    mgcp_transcode.c: In function 'decode_audio':
    mgcp_transcode.c:332:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat=]
        LOGP(DMGCP, LOGL_ERROR,
        ^
    mgcp_transcode.c:332:4: warning: format '%d' expects argument of type 'int', but argument 8 has type 'long unsigned int' [-Wformat=]
    mgcp_transcode.c: In function 'encode_audio':
    mgcp_transcode.c:390:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat=]
        LOGP(DMGCP, LOGL_INFO,
        ^
    mgcp_transcode.c:390:4: warning: format '%d' expects argument of type 'int', but argument 8 has type 'size_t' [-Wformat=]
    mgcp_transcode.c: In function 'mgcp_transcoding_process_rtp':
    mgcp_transcode.c:542:5: warning: format '%d' expects argument of type 'int', but argument 9 has type 'size_t' [-Wformat=]
         LOGP(DMGCP, LOGL_NOTICE,
         ^
    mgcp_transcode.c:571:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat=]
        LOGP(DMGCP, LOGL_NOTICE,
        ^

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

Summary of changes:
 openbsc/src/libmgcp/mgcp_transcode.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list