Ignore:
Timestamp:
Mar 13, 2024, 4:49:30 PM (4 months ago)
Author:
Bruno Cornec
Message:

Remove more warnings - switch and size_t/int comparisons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-string.c

    r3892 r3893  
    997997        mr_asprintf(type_of_backup, "USB");
    998998        break;
     999    case none:
    9991000    default:
    1000         mr_asprintf(type_of_backup, "ISO");
     1001        fatal_error("Unknown backup_media_type");
     1002        break;
    10011003    }
    10021004    return (type_of_backup);
Note: See TracChangeset for help on using the changeset viewer.