Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Fix never executed "break" statements.
[simgrid.git] / src / xbt / xbt_log_layout_format.c
index 9cf8574..7726483 100644 (file)
@@ -88,7 +88,6 @@ static int xbt_log_layout_format_doit(xbt_log_layout_t l, xbt_log_event_t ev, co
           case '\0':
             fprintf(stderr, "Layout format (%s) ending with %%\n", (char*)l->data);
             xbt_abort();
-            break;
           case '%':
             *p = '%';
             check_overflow(1);