osmocom-bb.git branch master updated. osmocon_v0.0.0-1900-gaf4bad31

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
Sat Feb 10 14:47:41 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 "The Open Source GSM Base Band stack".

The branch, master has been updated
       via  af4bad3125724b585763f94718f3f5c5d3b94f23 (commit)
      from  f54ebb06b919cab7201b473425d287f53970b451 (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/osmocom-bb/commit/?id=af4bad3125724b585763f94718f3f5c5d3b94f23

commit af4bad3125724b585763f94718f3f5c5d3b94f23
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Sat Feb 10 19:36:20 2018 +0700

    mobile/primitives.c: fix format string compiler warning
    
    The recent LUA integration code introduced the following
    compiler warnings (on GCC 4.8.5):
    
    primitives.c: In function ‘create_timer’:
    primitives.c:90:2: warning: format ‘%llu’ expects argument of
                       type ‘long long unsigned int’,
                       but argument 7 has type ‘uint64_t’ [-Wformat=]
    
    primitives.c: In function ‘cancel_timer’:
    primitives.c:166:3: warning: format ‘%llu’ expects argument of
                       type ‘long long unsigned int’,
                       but argument 7 has type ‘uint64_t’ [-Wformat=]
    
    The recommended and portable way of printing an 'uint64_t'
    is to use the corresponding macros 'PRIu64'.
    
    Change-Id: Ic7f54063a35a89ad54dfa63868f43009cbe469bb

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

Summary of changes:
 src/host/layer23/src/mobile/primitives.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The Open Source GSM Base Band stack



More information about the osmocom-commitlog mailing list