NetworkManager/clients
Thomas Haller 7c6adf8032
clients: fix compiler warning in _do_test_parse_passwd_file()
Since "_i" is int type and G_N_ELEMENTS() is size_t, the compiler
can warn

    error: comparison of unsigned expression in '< 0' is always false [-Werror=type-limits]

Avoid the warning by casting.
2021-01-08 19:06:44 +01:00
..
cli nmcli: change "--help" to "help" 2021-01-07 09:38:15 +01:00
cloud-setup cloud-setup: assign incremental iface_idx for Azure,GCP get_config() result 2021-01-08 16:32:50 +01:00
common clients: fix compiler warning in _do_test_parse_passwd_file() 2021-01-08 19:06:44 +01:00
tests Correct python black rules 2020-10-29 09:35:10 +01:00
tui all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
meson.build all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nm-online.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00