X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwim.c;h=cf7965e7168ffa6c237e96d79e505da9d161ab56;hb=refs%2Ftags%2Fv1.7.0;hp=2dd0787238863a7dac8dafbe003f0ba41b2bbea9;hpb=b7071062542143113ad654d89ee6b0603b23b524;p=wimlib 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: