Implement userspace probe location extraction and registration
[lttng-tools.git] / src / bin / lttng / commands / list.c
index 5816a05de36783f7250ed992244c20ce69399081..4a94690b038b4ca20fe9839a01c51637bc457ceb 100644 (file)
@@ -343,6 +343,8 @@ static void print_events(struct lttng_event *event)
                                safe_string(filter_msg));
                break;
        case LTTNG_EVENT_ALL:
+               /* Fall-through. */
+       default:
                /* We should never have "all" events in list. */
                assert(0);
                break;
This page took 0.023338 seconds and 4 git commands to generate.