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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 35003ec2ea7de49d67e5332938a66fe92580b94d (commit)
via 1307b7aa606b31a54d6abbb3cf39c07ccf4d2cd0 (commit)
from ff8eed24e769800c1f7e946d64a3247cb1d4a9ae (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-abis/commit/?id=35003ec2ea7de49d67e5332938a…
commit 35003ec2ea7de49d67e5332938a66fe92580b94d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jul 5 22:04:43 2017 +0200
contrib: Enable -Werror by default
Change-Id: I065b18dd6c4f7616f981aa4273e68e23825a7294
http://cgit.osmocom.org/libosmo-abis/commit/?id=1307b7aa606b31a54d6abbb3cf3…
commit 1307b7aa606b31a54d6abbb3cf39c07ccf4d2cd0
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jul 13 22:14:37 2017 +0200
configure.ac: Fix RTP_SIGNAL_PTR_CAST config in FreeBSD build
Move function definition to the first argument of AC_LANG_PROGRAM
(prologue) instead of the second (body). Content of the body is writen
into the main() function of the file being compiled, while prologue is
writen before it.
Compiler from FreeBSD build host doesn't like definitions inside the
main function, it fails with the following error:
conftest.c:28:73: error: function definition is not allowed here
As the compilation test fails, unsigned int is used instead of void*, which
doesn't match the current headers in the current build, and then a
warning (or error with -Werror) is printed.
Change-Id: I83fc3997e5067b499bf43cea4ff953604d6cbeae
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 5 +++--
contrib/jenkins.sh | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library