mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 18:00:10 +01:00
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.
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| test-clients-common.c | ||
| test-libnm-core-aux.c | ||
| wg-test0.conf | ||
| wg-test1.conf | ||
| wg-test2.conf | ||
| wg-test3.conf | ||