NetworkManager/clients
Thomas Haller 12fa5897ad
all: avoid wrong compiler warning about uninitalized variables with LTO
Seems with LTO the compiler can sometimes think that thes variables are
uninitialized. Usually those code paths are only after an assertion was
hit (g_return*()), but we still need to workaround the warning.

(cherry picked from commit 70971d1141)
2020-08-17 15:40:05 +02:00
..
cli cli: fix leak in do_device_modify() and minor cleanup 2020-07-13 17:20:48 +02:00
cloud-setup all: avoid wrong compiler warning about uninitalized variables with LTO 2020-08-17 15:40:05 +02:00
common settings: rework wait-device-timeout handling and consider device compatibility 2020-08-12 16:46:23 +02:00
tests all: reformat python files with python black 2020-06-15 16:40:38 +02:00
tui tui: fix default values for bond options in nmtui 2020-07-11 15:07:48 +02:00
meson.build docs: generate nm-settings-docs-nmcli.xml based on nmcli meta data 2020-06-11 10:53:50 +02:00
nm-online.c nm-online: allow configuring timeout via NM_ONLINE_TIMEOUT environment 2020-04-30 21:46:59 +02:00