X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=4a94690b038b4ca20fe9839a01c51637bc457ceb;hp=5816a05de36783f7250ed992244c20ce69399081;hb=410b78a0be5045a1e0d85bdf3b3e0f2288825f0d;hpb=1ab8c2ad460ea71dd6d1580d6b69fb0cf68ce9ad diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 5816a05de..4a94690b0 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -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;