configure: re-enable '-Wmissing-field-initializers'
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.cpp
index 8706493bc1240f184673c1f8ac3c985e6010d545..1236ba415f6502e7d8a0583c61a877c5b9c9e1b9 100644 (file)
@@ -336,7 +336,7 @@ static int parse_url(struct live_viewer_connection *viewer_connection)
     char error_buf[256] = {0};
     bt_self_component *self_comp = viewer_connection->self_comp;
     bt_self_component_class *self_comp_class = viewer_connection->self_comp_class;
-    struct bt_common_lttng_live_url_parts lttng_live_url_parts = {0};
+    struct bt_common_lttng_live_url_parts lttng_live_url_parts = {};
     int ret = -1;
     const char *path = viewer_connection->url->str;
 
This page took 0.023398 seconds and 4 git commands to generate.