mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-21 10:00:44 +02:00
platform/tests: avoid "-Wmissing-braces" warning in "test-route.c"
This commit is contained in:
parent
395174f659
commit
3458c02acb
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@ test_ip (gconstpointer test_data)
|
|||
const int EX_ = -1;
|
||||
struct {
|
||||
int ifindex;
|
||||
} iface_data[10] = { 0 };
|
||||
} iface_data[10] = { { 0 }, };
|
||||
int order_idx[G_N_ELEMENTS (iface_data)] = { 0 };
|
||||
guint order_len;
|
||||
guint try;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue