NetworkManager/clients/cloud-setup
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
..
90-nm-cloud-setup.sh cloud-setup: let dispatcher script run tool only if service is enabled 2019-12-03 16:18:33 +01:00
main.c nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-28 17:40:22 +02:00
meson.build nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-28 17:40:22 +02:00
nm-cloud-setup-utils.c cloud-setup: fix nmcs_utils_poll argument ordering 2020-07-13 13:18:12 +02:00
nm-cloud-setup-utils.h cloud-setup/trivial: rename timeout_ms to timeout_msec 2019-12-13 16:54:40 +01:00
nm-cloud-setup.service.in nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-28 17:40:22 +02:00
nm-cloud-setup.timer cloud-setup: add tool for automatic IP configuration in cloud 2019-11-28 19:52:18 +01:00
nm-http-client.c all: avoid wrong compiler warning about uninitalized variables with LTO 2020-08-17 15:40:05 +02:00
nm-http-client.h nmcs-http: add param to GET API to set custom HTTP headers 2020-06-28 17:40:21 +02:00
nmcs-provider-ec2.c cloud-setup: fix allocating buffer for GetConfigMetadataMac in _get_config_metadata_ready_check() 2020-08-04 19:27:47 +02:00
nmcs-provider-ec2.h cloud-setup: add tool for automatic IP configuration in cloud 2019-11-28 19:52:18 +01:00
nmcs-provider-gcp.c nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-28 17:40:22 +02:00
nmcs-provider-gcp.h nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-28 17:40:22 +02:00
nmcs-provider.c nmcs-main: support adding additional routes 2020-06-28 17:40:21 +02:00
nmcs-provider.h nmcs-main: support adding additional routes 2020-06-28 17:40:21 +02:00