Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / tests / utils / xml-utils / validate_xml.cpp
index 8e30100c0bcf5cd2f11e249d7f3a259d856a61f1..92f08f203221458b5c1dce0250ce9162fa34db58 100644 (file)
@@ -154,7 +154,7 @@ end:
 int main(int argc, char **argv)
 {
        int ret;
-       struct validation_ctx ctx = { 0 };
+       struct validation_ctx ctx = {};
 
        /* Check if we have all argument */
        if (argc < 3) {
This page took 0.022299 seconds and 4 git commands to generate.