configure: re-enable '-Wmissing-field-initializers'
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.cpp
index be6d7ba97adfacb0907c3493db9943e8d56c582a..5ff0ff3fdb86d1cae380fff696159179b6539656 100644 (file)
@@ -1958,7 +1958,7 @@ lttng_live_query_support_info(const bt_value *params, const bt_value **result,
     const bt_value *input_type_value;
     const bt_value *input_value;
     double weight = 0;
-    struct bt_common_lttng_live_url_parts parts = {0};
+    struct bt_common_lttng_live_url_parts parts = {};
 
     /* Used by the logging macros */
     __attribute__((unused)) bt_self_component *self_comp = NULL;
This page took 0.023155 seconds and 4 git commands to generate.