Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / src / bin / lttng / commands / add_trigger.cpp
index 85a75256472cc23c8e125679add23389f1719e98..82b2c016215ce714e789ca3dbbf5abd04249eb24 100644 (file)
@@ -659,7 +659,7 @@ struct parse_event_rule_res parse_event_rule(int *argc, const char ***argv,
        int consumed_args = -1;
        struct lttng_kernel_probe_location *kernel_probe_location = NULL;
        struct lttng_userspace_probe_location *userspace_probe_location = NULL;
-       struct parse_event_rule_res res = { 0 };
+       struct parse_event_rule_res res = {};
        struct lttng_event_expr *event_expr = NULL;
        struct filter_parser_ctx *parser_ctx = NULL;
        struct lttng_log_level_rule *log_level_rule = NULL;
This page took 0.024426 seconds and 4 git commands to generate.