Cleanup: Silence gcc fall-through warning
[lttng-modules.git] / lttng-string-utils.c
index 74853807601dbf915e37ffc3c3b2088b3f8bff58..97b2bacbd9f9ee0c7368484cb7fd564c54d2e89d 100644 (file)
@@ -315,11 +315,12 @@ retry:
                        p = pattern_get_char_at_cb(p_at,
                                pattern_get_char_at_cb_data);
 
+                       /* Fall-through. */
+               default:
                        /*
-                        * Fall through the default case which will
-                        * compare the escaped character now.
+                        * Default case which will compare the escaped
+                        * character now.
                         */
-               default:
                        if (p == '\0' || c != p) {
 end_of_pattern:
                                /* Character mismatch OR end of pattern. */
This page took 0.023627 seconds and 4 git commands to generate.