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 fc252ca38427bf77e55fd272a954dfe24f03a719 (commit)
via e32bff4ef42f80d69bf7e7f88f2843b4b9e66907 (commit)
via 19c5c07525ef756f39be2f9d4777c2483e9e32fa (commit)
via 2abc1d5c7f2f10aa8b79b60f5d4ff9796a43bdd1 (commit)
via ad7fbd9b4dc80d1b7ceac72e5b349fdd7750d8fa (commit)
via f04e2f31ea2fefc734c19805bb93629c73f7f2a4 (commit)
via b1510a11220766c77910f3ead3628e969a5ffc5f (commit)
from 34cb3c16a597e5793cfb59b1772967e0a5e89489 (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=fc252ca38427bf77e55fd272a95…
commit fc252ca38427bf77e55fd272a954dfe24f03a719
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:18:52 2017 +0200
configure.ac: Use -Werror in C(PP)FLAGS
Change-Id: Ia753a3080ef54ac248dacce5cd692fdd38f7649a
http://cgit.osmocom.org/libosmo-sccp/commit/?id=e32bff4ef42f80d69bf7e7f88f2…
commit e32bff4ef42f80d69bf7e7f88f2843b4b9e66907
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:18:14 2017 +0200
configure.ac: Use -Wall in C(PP)FLAGS
Change-Id: I1e49427b8267bbdb05d0121971a56359dbecd690
http://cgit.osmocom.org/libosmo-sccp/commit/?id=19c5c07525ef756f39be2f9d477…
commit 19c5c07525ef756f39be2f9d4777c2483e9e32fa
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:11:37 2017 +0200
xua_test.c: remove useless keyword in struct declaration
Fixes following warning:
warning: useless storage class specifier in empty declaratio
Change-Id: I5cea7b6ec2cc755ad8cec69b771f6e3b297e607d
http://cgit.osmocom.org/libosmo-sccp/commit/?id=2abc1d5c7f2f10aa8b79b60f5d4…
commit 2abc1d5c7f2f10aa8b79b60f5d4ff9796a43bdd1
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:05:30 2017 +0200
stp_main.c: Add missing header
stp_main uses osmo_fsm_vty_add_cmds which is defined in /osmocom/vty/misc.h
Fixes 'implicit declaration of function' compilation warning.
Change-Id: I3cc9543fcb908eeb172d36fa472a19b01bf52c46
http://cgit.osmocom.org/libosmo-sccp/commit/?id=ad7fbd9b4dc80d1b7ceac72e5b3…
commit ad7fbd9b4dc80d1b7ceac72e5b349fdd7750d8fa
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:03:17 2017 +0200
xua_internal.h: Add missing functions required by xua_test
Change-Id: Ic97de20c567bf67c513a45060e1e96e4b67b2311
http://cgit.osmocom.org/libosmo-sccp/commit/?id=f04e2f31ea2fefc734c19805bb9…
commit f04e2f31ea2fefc734c19805bb93629c73f7f2a4
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 10:52:25 2017 +0200
sccp_test_vty: Fix compilation warning: Unused variable
Instead of removing the variable, leave it there with unused attribute
set because it is an example and gives extra information to potential
readers of the function (it provides you with the actual type of void* _scu).
Change-Id: Id5fddf261a7a75ee1d6e9aff0734065ebf8551ab
http://cgit.osmocom.org/libosmo-sccp/commit/?id=b1510a11220766c77910f3ead36…
commit b1510a11220766c77910f3ead3628e969a5ffc5f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 10:46:28 2017 +0200
sccp_scrc: Fix warning: uneeded constant evaulation
translate function is always present in the same file, thus we can
remove this check.
Fixes following warning:
warning: the address of ‘translate’ will always evaluate as ‘true’ [-Waddress]
if (translate &&
As requested by Harald, leave a comment there stating that there are some
checks missing and yet to be implemented. The translate function check
was used for this purpose.
Change-Id: I48a711f3a43496e2c0c637f34f56784f765938c4
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 +++-
examples/sccp_test_vty.c | 2 +-
src/sccp_scrc.c | 2 +-
src/xua_internal.h | 5 +++++
stp/stp_main.c | 1 +
tests/xua/xua_test.c | 2 +-
6 files changed, 12 insertions(+), 4 deletions(-)
hooks/post-receive
--
SCCP Library