X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwim.c;h=cf7965e7168ffa6c237e96d79e505da9d161ab56;hp=2dd0787238863a7dac8dafbe003f0ba41b2bbea9;hb=b4f0ab9002559b774407fb692bcc7e83a6c82ab7;hpb=81c83fa2dbb44e788f234ddd5427c00e33c12d52 diff --git a/src/wim.c b/src/wim.c index 2dd07872..cf7965e7 100644 --- a/src/wim.c +++ b/src/wim.c @@ -549,8 +549,6 @@ static int set_out_ctype(int ctype, u8 *out_ctype_p) { switch (ctype) { - case WIMLIB_COMPRESSION_TYPE_INVALID: - break; case WIMLIB_COMPRESSION_TYPE_NONE: case WIMLIB_COMPRESSION_TYPE_LZX: case WIMLIB_COMPRESSION_TYPE_XPRESS: