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=af4bad3125724b585763f94718f3f5...
commit af4bad3125724b585763f94718f3f5c5d3b94f23 Author: Vadim Yanitskiy axilirator@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
osmocom-commitlog@lists.osmocom.org