Skip to content
  • Thomas Haller's avatar
    tests: avoid "-Wmissing-braces" warning in test_nm_utils_dhcp_client_id_systemd_node_specific() · 4f931a19
    Thomas Haller authored
        [1/2] Compiling C object 'src/tests/a4ccf2d@@test-general@exe/test-general.c.o'.
        ../src/tests/test-general.c: In function ‘test_nm_utils_dhcp_client_id_systemd_node_specific’:
        ../src/tests/test-general.c:2056:16: warning: missing braces around initializer [-Wmissing-braces]
          } d_array[] = {
                        ^
        ../src/tests/test-general.c:2058:20:
            .machine_id = { 0xcb, 0xc2, 0x2e, 0x47, 0x41, 0x8e, 0x40, 0x2a, 0xa7, 0xb3, 0x0d, 0xea, 0x92, 0x83, 0x94, 0xef },
                            {
    4f931a19