Fix various "may be used uninitialized" warnings (GCC)
[babeltrace.git] / src / plugins / utils / trimmer / trimmer.c
index 79ceed0a9a79bf5ab29d262fc217f5d757d27bf5..a6889adf783ed25b428834492f7dba46fd4011ff 100644 (file)
@@ -1598,7 +1598,7 @@ bt_component_class_message_iterator_next_method_status handle_message(
        bt_component_class_message_iterator_next_method_status status;
        const bt_stream *stream = NULL;
        int64_t ns_from_origin = INT64_MIN;
-       bool has_ns_from_origin;
+       bool has_ns_from_origin = false;
        int ret;
 
        /* Find message's associated stream */
This page took 0.023259 seconds and 4 git commands to generate.