Prepare for '-Wimplicit-fallthrough'
[lttng-tools.git] / src / bin / lttng-sessiond / event-notifier-error-accounting.cpp
index 2d2a2aa7590318ed1fe29967ae8ad933b6ed92b0..138d51b4df2fd2823979f32f3eec7c2ad08e74eb 100644 (file)
@@ -1121,8 +1121,8 @@ event_notifier_error_accounting_register_event_notifier(
                                        trigger_name, trigger_owner_uid);
                        goto end;
                }
-               /* fall-through. */
        }
+       /* fall-through. */
        case EVENT_NOTIFIER_ERROR_ACCOUNTING_STATUS_OK:
                *error_counter_index = local_error_counter_index;
                status = EVENT_NOTIFIER_ERROR_ACCOUNTING_STATUS_OK;
This page took 0.022533 seconds and 4 git commands to generate.