tests: get rid of missing-field-initializers warning in test_bin_info.c
[babeltrace.git] / tests / plugins / flt.lttng-utils.debug-info / test_bin_info.c
index fec4142dd46d3900444a5ce3889eb7e5c7d73168..5524342ce27091c38af1b411906dafb15bfcd8a6 100644 (file)
@@ -90,7 +90,7 @@ static GOptionEntry entries[] = {
         "XXXXXXXXXXXXXXX"},
        {"debug-info-dir", 0, 0, G_OPTION_ARG_STRING, &opt_debug_info_dir,
         "Debug info directory", NULL},
-       {NULL}};
+       {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL}};
 
 static
 int build_id_to_bin(void)
This page took 0.023465 seconds and 4 git commands to generate.