X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Fxml-utils%2Fvalidate_xml.cpp;fp=tests%2Futils%2Fxml-utils%2Fvalidate_xml.cpp;h=92f08f203221458b5c1dce0250ce9162fa34db58;hp=8e30100c0bcf5cd2f11e249d7f3a259d856a61f1;hb=1c9a0b0e83c7e073c4e576c0bed95de335b0e502;hpb=c10f9cdd994258358bb3766c2e92dab71e4ceef2 diff --git a/tests/utils/xml-utils/validate_xml.cpp b/tests/utils/xml-utils/validate_xml.cpp index 8e30100c0..92f08f203 100644 --- a/tests/utils/xml-utils/validate_xml.cpp +++ b/tests/utils/xml-utils/validate_xml.cpp @@ -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) {