configure: re-enable '-Wmissing-field-initializers'
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-translate.cpp
index c39948eee13966479e9dfc40053754bb303f85cc..09707108b6fca664f8119334b95bdb1353999af9 100644 (file)
@@ -618,13 +618,12 @@ end:
     return ret;
 }
 
-BT_HIDDEN
 int ctf_trace_class_translate(bt_self_component *self_comp, bt_trace_class *ir_tc,
                               struct ctf_trace_class *tc)
 {
     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.024685 seconds and 4 git commands to generate.