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 40e629bd66e0fde9ca810f8f42e12d07051e665c (commit)
via 29b7d53239e59c1b7db506ca9adada7e0a689b56 (commit)
via 399a6f09ff051988e2e840185ad1f7f5b8a2adce (commit)
via 4573502a1c0c84949d7195a9ea3ee8996bb29c0f (commit)
from c977984ecd856f8f35fe3b75dff3298aaf7e2067 (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=40e629bd66e0fde9ca810f8f42e1…
commit 40e629bd66e0fde9ca810f8f42e12d07051e665c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 11:13:03 2017 +0200
configure.ac: Enable -Wall by default
Change-Id: I70f917e05ad46049487710d1752aad2505c96696
http://cgit.osmocom.org/libosmocore/commit/?id=29b7d53239e59c1b7db506ca9ada…
commit 29b7d53239e59c1b7db506ca9adada7e0a689b56
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 14:15:16 2017 +0200
gsm0411_utils.c: Fix compilation warnings
gsm0411_utils.c:102:2: warning: #warning find a portable way to obtain timezone offset
[-Wcpp]
#warning find a portable way to obtain timezone offset
gsm0411_utils.c: In function 'gsm338_get_sms_alphabet':
gsm0411_utils.c:260:4: warning: large integer implicitly truncated to unsigned type
[-Woverflow]
return 0xffffffff;
Change-Id: I1d6cb31f38721f79e2cf93f9b8e4776f3720aa07
http://cgit.osmocom.org/libosmocore/commit/?id=399a6f09ff051988e2e840185ad1…
commit 399a6f09ff051988e2e840185ad1f7f5b8a2adce
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 14:07:37 2017 +0200
Fix warnings: tolower() and similar require uchar
utils.c: In function 'osmo_str2lower':
utils.c:277:3: warning: array subscript has type 'char' [-Wchar-subscripts]
out[i] = tolower(in[i]);
And according to man:
If c is neither an unsigned char value nor EOF, the behavior of these func‐
tions is undefined.
Change-Id: I3fed2ab6a4efba9f8a21fcf84a5b3a91e8df084f
http://cgit.osmocom.org/libosmocore/commit/?id=4573502a1c0c84949d7195a9ea3e…
commit 4573502a1c0c84949d7195a9ea3ee8996bb29c0f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 14:05:24 2017 +0200
Fix compilation warnings: use correct log type for uint32_t
Change-Id: Ic1e3255800999669ca9619bfceb4124c773eff2d
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++--
src/gsm/gsm0411_utils.c | 4 ++--
src/gsm/gsm48.c | 3 ++-
src/gsm/gsm_utils.c | 2 +-
src/logging.c | 4 ++--
src/utils.c | 7 ++++---
6 files changed, 13 insertions(+), 11 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications