NetworkManager/libnm-core/nm-keyfile
Thomas Haller 70971d1141
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.
2020-08-17 15:18:02 +02:00
..
nm-keyfile-internal.h all: move "shared/nm-keyfile" to "libnm-core/nm-keyfile" 2020-06-11 10:53:50 +02:00
nm-keyfile-utils.c all: avoid wrong compiler warning about uninitalized variables with LTO 2020-08-17 15:18:02 +02:00
nm-keyfile-utils.h all: move "shared/nm-keyfile" to "libnm-core/nm-keyfile" 2020-06-11 10:53:50 +02:00
nm-keyfile.c all: avoid wrong compiler warning about uninitalized variables with LTO 2020-08-17 15:18:02 +02:00