libosmocore/utils
Pau Espin c30a76b2d4 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
2017-11-16 16:16:08 +00:00
..
Makefile.am utils: move linked libraries into common variable 2017-10-30 13:56:11 +01:00
conv_codes_gsm.py libosmocoding: migrate transcoding routines from OsmoBTS 2017-03-07 01:06:38 +07:00
conv_gen.py doxygen: enable AUTOBRIEF, drop \brief 2017-06-23 00:18:22 +00:00
gen_website_doc_tree.sh add script to generate http://www.osmocom.org/doc tree structure 2011-08-20 17:40:08 +02:00
osmo-arfcn.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
osmo-auc-gen.c utils: Fix false positive in compiler warning 2017-11-16 16:16:08 +00:00
osmo-sim-test.c osmo-sim-test.c: Remove unused functions 2017-06-22 18:14:18 +00:00