NetworkManager/libnm-core/nm-keyfile
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
..
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:40:05 +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:40:05 +02:00