libosmocore.git branch master updated. 0.10.2-10-gc30a76b2

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
Thu Nov 16 16:16:24 UTC 2017


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  c30a76b2d49265ba6b7ab9e1d684b507b3bfc5f4 (commit)
      from  e2640ef763e1335d0eec590ceaeaa390428cfd51 (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=c30a76b2d49265ba6b7ab9e1d684b507b3bfc5f4

commit c30a76b2d49265ba6b7ab9e1d684b507b3bfc5f4
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Thu Nov 16 16:37:55 2017 +0100

    utils: Fix false positive in compiler warning
    
    Fixes the warning below:
    warning: ‘sqn’ may be used uninitialized in this function [-Wmaybe-uninitialized]
        fprintf(stderr, "Requesting --sqn %"PRIu64" implies IND=%u,"
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         " so no further --ind argument is allowed.\n",
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         sqn, test_aud.u.umts.ind);
         ~~~~~~~~~~~~~~~~~~~~~~~~~
    
    The warning is a false positive as sqn is only used in case
    sqn_is_set!=0, and in that code path, sqn is set.
    
    Change-Id: Ib5903db01ea6765bd6bb688e63f70925c5012f98

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

Summary of changes:
 utils/osmo-auc-gen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list