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 "SCCP Library".
The branch, master has been updated
via f3561318082df83ba5ca7220ae97afed7da95654 (commit)
via eebbec23a5b3717623229b257f86f1f23a6a18cb (commit)
via 698045d205ced40524338e26adc3ead42e9f636b (commit)
via d59ed0b3b410c908c80eca11cde005074b76e814 (commit)
from 4f30f785c83b164d5603293150653b02dc6c69d8 (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/libosmo-sccp/commit/?id=f3561318082df83ba5ca7220ae9…
commit f3561318082df83ba5ca7220ae97afed7da95654
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jul 5 20:00:57 2017 +0200
contrib: Enable -Werror by default
Change-Id: I16a8ca7f0bfabeed6a9b58cda5e60bd58889f74d
http://cgit.osmocom.org/libosmo-sccp/commit/?id=eebbec23a5b3717623229b257f8…
commit eebbec23a5b3717623229b257f86f1f23a6a18cb
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jul 5 20:12:52 2017 +0200
sccp_scoc: Fix compilation warning and leave a pragma message
Following warning was being printed:
warning: statement will never be executed [-Wswitch-unreachable]
The code in there seems not to be finished, so better leave the code and a
pragma message to get notified when we compile.
Change-Id: I4e2c482803954c984cb6792b11b4ea0fe674e269
http://cgit.osmocom.org/libosmo-sccp/commit/?id=698045d205ced40524338e26adc…
commit 698045d205ced40524338e26adc3ead42e9f636b
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jul 5 20:12:07 2017 +0200
sccp_scoc: Fix trailing whitespace
Change-Id: Ia93bb7d59e4e2c31b693e2c3424d34386762d02e
http://cgit.osmocom.org/libosmo-sccp/commit/?id=d59ed0b3b410c908c80eca11cde…
commit d59ed0b3b410c908c80eca11cde005074b76e814
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jul 5 19:56:34 2017 +0200
configure.ac: Fix C(PP)FLAGS for BSD build
Issue first found in libosmocore. It seems the BSD build doesn't use
bash which means using += to append to a variable doesn't work
correctly.
Change-Id: I33f6b9de4990de0c4d3a6fc0bd7df632094e79ac
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++--
contrib/jenkins.sh | 2 +-
src/sccp_scoc.c | 10 +++++-----
3 files changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
SCCP Library