configure: re-enable '-Wmissing-field-initializers'
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-translate.cpp
index 6f066b772b01cb395aa1e79e59b5b85009d58d0e..09707108b6fca664f8119334b95bdb1353999af9 100644 (file)
@@ -623,7 +623,7 @@ int ctf_trace_class_translate(bt_self_component *self_comp, bt_trace_class *ir_t
 {
     int ret = 0;
     uint64_t i;
-    struct ctx ctx = {0};
+    struct ctx ctx = {};
 
     ctx.self_comp = self_comp;
     ctx.tc = tc;
This page took 0.024582 seconds and 4 git commands to generate.