libosmocore.git branch master updated. 0.10.2-205-gb10ec0be

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Mar 13 00:00:48 UTC 2018


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  b10ec0be5ffcd8759bb8b1461549a7eaf570bd9b (commit)
       via  09ecbb76745b4189f07e339131c1df4f46a03531 (commit)
      from  10959cdea2104a6e8c592d590d5b6acf656eb630 (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=b10ec0be5ffcd8759bb8b1461549a7eaf570bd9b

commit b10ec0be5ffcd8759bb8b1461549a7eaf570bd9b
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Mon Mar 5 20:51:49 2018 +0100

    jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGS
    
    Note that the jenkins_arm.sh passes various CFLAGS and potentially overwrites
    ./configure internal CFLAGS like that. I'm staying out of that for now.
    
    Change-Id: I81b50c39cd6e908c4c95651829b679425de87a28

http://cgit.osmocom.org/libosmocore/commit/?id=09ecbb76745b4189f07e339131c1df4f46a03531

commit 09ecbb76745b4189f07e339131c1df4f46a03531
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Mon Mar 5 20:40:05 2018 +0100

    configure: add --enable-werror
    
    Provide a sane means of adding the -Werror compiler flag.
    
    Currently, some of our jenkins.sh add -Werror by passing 'CFLAGS="-Werror"',
    but that actually *overwrites* all the other CFLAGS we might want to have set.
    
    Maintain these exceptions from -Werror:
    a) deprecation (allow upstream to mark deprecation without breaking builds);
    b) "#warning" pragmas (allow to remind ourselves of errors without breaking
       builds)
    
    As a last configure step before generating the output files, print the complete
    CFLAGS and CPPFLAGS by means of AC_MSG_RESULT.
    
    Change-Id: Ic5c8e68b64cd890b3309b4b26c7f22bde1edba83

-----------------------------------------------------------------------

Summary of changes:
 configure.ac             | 21 +++++++++++++++++++++
 contrib/jenkins_amd64.sh |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list