lp:ofono
- Get this branch:
- bzr branch lp:ofono
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.kernel.org/pub/scm/network/ofono/ofono.git.
Last successful import was .
Recent revisions
- 8991. By Denis Kenzior <email address hidden>
-
gemaltomodem: Silence warning
drivers/
gemaltomodem/ netmon. c:571:2: error: variable 'ret' is used uninitialized whenever switch default is taken [-Werror, -Wsometimes- uninitialized]
default:
^~~~~~~
drivers/gemaltomodem/ netmon. c:575:6: note: uninitialized use occurs here
if (ret) {
^~~
drivers/gemaltomodem/ netmon. c:523:9: note: initialize the variable 'ret' to silence this warning
int ret;
^
= 0 - 8990. By Denis Kenzior <email address hidden>
-
drivers:ussd: Quiet warnings
drivers/
atmodem/ ussd.c: 122:6: error: variable 'dcs' is used uninitialized whenever 'if' condition is true [-Werror, -Wsometimes- uninitialized]
if (!g_at_result_ iter_next_ string( &iter, &content))
^~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~
drivers/atmodem/ ussd.c: 169:34: note: uninitialized use occurs here
ofono_ ussd_notify( ussd, status, dcs, msg_ptr, msg_ptr ? msg_len : 0);
^~ ~
drivers/atmodem/ ussd.c: 122:2: note: remove the 'if' if its condition is always false
if (!g_at_result_ iter_next_ string( &iter, &content))
^~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~
drivers/atmodem/ ussd.c: 108:9: note: initialize the variable 'dcs' to silence this warning
int dcs;
^
= 0drivers/
huaweimodem/ ussd.c: 66:6: error: variable 'dcs' is used uninitialized whenever 'if' condition is true [-Werror, -Wsometimes- uninitialized]
if (!g_at_result_ iter_next_ string( &iter, &content))
^~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~
drivers/huaweimodem/ ussd.c: 75:34: note: uninitialized use occurs here
ofono_ ussd_notify( ussd, status, dcs, msg_ptr, msg_ptr ? msg_len : 0);
^~ ~
drivers/huaweimodem/ ussd.c: 66:2: note: remove the 'if' if its condition is always false
if (!g_at_result_ iter_next_ string( &iter, &content))
^~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~
drivers/huaweimodem/ ussd.c: 52:17: note: initialize the variable 'dcs' to silence this warning
int status, dcs;
^
= 0 drivers/
speedupmodem/ ussd.c: 65:6: error: variable 'dcs' is used uninitialized whenever 'if' condition is true [-Werror, -Wsometimes- uninitialized]
if (!g_at_result_ iter_next_ string( &iter, &content))
^~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~
drivers/speedupmodem/ ussd.c: 74:34: note: uninitialized use occurs here
ofono_ ussd_notify( ussd, status, dcs, msg_ptr, msg_ptr ? msg_len : 0);
^~ ~
drivers/speedupmodem/ ussd.c: 65:2: note: remove the 'if' if its condition is always false
if (!g_at_result_ iter_next_ string( &iter, &content))
^~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~~~~~ ~~~
drivers/speedupmodem/ ussd.c: 51:17: note: initialize the variable 'dcs' to silence this warning
int status, dcs;
^
= 0 - 8989. By Denis Kenzior <email address hidden>
-
rilmodem: Silence warning
drivers/
rilmodem/ stk.c:107: 7: error: variable 'len' is used uninitialized whenever 'if' condition is false [-Werror, -Wsometimes- uninitialized]
if (pdu)
^ ~~
drivers/rilmodem/ stk.c:110: 39: note: uninitialized use occurs here
CALLBACK_ WITH_SUCCESS( cb, response, len, cbd->data);
^~~
drivers/rilmodem/ rilutil. h:133:11: note: expanded from macro 'CALLBACK_ WITH_SUCCESS'
f(&e, ##args); \
^~~~
drivers/rilmodem/ stk.c:107: 3: note: remove the 'if' if its condition is always true
if (pdu)
^~~~~ ~~~
drivers/rilmodem/ stk.c:102: 13: note: initialize the variable 'len' to silence this warning
size_ t len;
^
= 0 - 8988. By Denis Kenzior <email address hidden>
-
tools: Silence warning
tools/get-
location. c:249:6: error: variable 'ret' is used uninitialized whenever 'if' condition is true [-Werror, -Wsometimes- uninitialized]
if (data_source < 0) {
^~ ~~~~~~~ ~~~~~~
tools/get-location. c:270:9: note: uninitialized use occurs here
return ret;
^~~
tools/get-location. c:249:2: note: remove the 'if' if its condition is always false
if (data_source < 0) {
^~~~~~ ~~~~~~~ ~~~~~~~ ~~
tools/get-location. c:245:6: error: variable 'ret' is used uninitialized whenever 'if' condition is true [-Werror, -Wsometimes- uninitialized]
if (signal_source < 0)
^~ ~~~~~~~ ~~~~~~~ ~
tools/get-location. c:270:9: note: uninitialized use occurs here
return ret;
^~~
tools/get-location. c:245:2: note: remove the 'if' if its condition is always false
if (signal_source < 0)
^~~~~~ ~~~~~~~ ~~~~~~~ ~~
tools/get-location. c:221:9: note: initialize the variable 'ret' to silence this warning
int ret;
^
= 0 - 8987. By Denis Kenzior <email address hidden>
-
util: Silence warning
src/util.c:3677:7: error: variable 'nchars' set but not used [-Werror,
-Wunused- but-set- variable]
long nchars = 0;
^ - 8985. By Denis Kenzior <email address hidden>
-
location-reporting: Port drivers to use OFONO_ATOM_
DRIVER_ BUILTIN - 8984. By Denis Kenzior <email address hidden>
-
handsfree: Port drivers to use OFONO_ATOM_
DRIVER_ BUILTIN - 8982. By Denis Kenzior <email address hidden>
-
phonebook: Port drivers to use OFONO_ATOM_
DRIVER_ BUILTIN
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)