]> wimlib.net Git - wimlib/blobdiff - src/compress_chunk.c
wimlib-imagex: Allow specifying LZMS compression
[wimlib] / src / compress_chunk.c
index 0f8b6c454c89445e1a9980a00d58a0322d0aaf57..bd92cd6aacdb12a8fb89ced8a9b97001c4802a4d 100644 (file)
@@ -25,7 +25,6 @@ compress_chunk(const void * uncompressed_data,
                                            compressed_data,
                                            comp_ctx);
        case WIMLIB_COMPRESSION_TYPE_LZMS:
-               WARNING("LZMS compression not implemented!  Writing uncompressed data.");
                return 0;
 
        default: