Prepare for '-Wimplicit-fallthrough'
[lttng-tools.git] / src / bin / lttng / commands / destroy.cpp
index 2c51142bfd9a00565d6b38d67476405a8b4df4e8..ed09b650937055fd4e990a4335797cc18e6c3444 100644 (file)
@@ -191,8 +191,8 @@ static int destroy_session(struct lttng_session *session)
                        }
                        break;
                }
                        }
                        break;
                }
-               /* fall-through. */
        }
        }
+       /* fall-through. */
        default:
                ERR("%sFailed to get the location of the rotation performed during the session's destruction",
                                newline_needed ? "\n" : "");
        default:
                ERR("%sFailed to get the location of the rotation performed during the session's destruction",
                                newline_needed ? "\n" : "");
This page took 0.022553 seconds and 4 git commands to generate.