[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] Version 0.1 of plzip released
From: |
Tino Lange |
Subject: |
Re: [Lzip-bug] Version 0.1 of plzip released |
Date: |
Mon, 07 Dec 2009 09:07:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090817 Lightning/0.9 Thunderbird/2.0.0.23 Mnenhy/0.7.6.0 |
Hi Antonio, hi Laszlo,
I get the following warnings on 64bit:
> g++ -Wall -W -O2 -c -o arg_parser.o arg_parser.cc
> g++ -Wall -W -O2 -c -o lacos_rbtree.o lacos_rbtree.cc
> g++ -Wall -W -O2 -c -o plzip.o plzip.cc
> plzip.cc: In function ‘void plzip(unsigned int, unsigned int, unsigned int,
> int, int, int)’:
> plzip.cc:601: warning: comparison is always false due to limited range of
> data type
> plzip.cc:607: warning: comparison is always false due to limited range of
> data type
> plzip.cc:614: warning: comparison is always true due to limited range of data
> type
> g++ -Wall -W -O2 -DPROGVERSION=\"0.1\" -c -o main.o main.cc
> main.cc: In function ‘int main(int, const char**)’:
> main.cc:1101: warning: comparison is always false due to limited range of
> data type
Are they serious?
Cheers,
Tino
----------------------
Antonio Diaz Diaz schrieb:
> Version 0.1 of plzip is ready for testing here
> http://download.savannah.gnu.org/releases/lzip/plzip-0.1.tar.gz
> http://download.savannah.gnu.org/releases/lzip/plzip-0.1.tar.lz
>
> The md5sums are:
> 8e736e5d24ca40046a2c52a5b4bebb62 plzip-0.1.tar.gz
> 4460dcea11e4d146934b41a955f00635 plzip-0.1.tar.lz
>
> Please, test it and report any bugs you find.
>
> Plzip is a parallel version of the lzip data compressor. The files
> produced by plzip are fully compatible with lzip-1.4 or newer. Plzip is
> intended for faster compression/decompression of big files on
> multiprocessor machines.
>
> The homepage is at http://www.nongnu.org/lzip/plzip.html.
>
> Changes in this version:
>
> * This is the initial release. The compression code is based on
> llzip-0.03, written by Laszlo Ersek <address@hidden>. Currently
> only compression is performed in parallel. Parallel decompression is
> planned to be implemented soon.
>
>
> Regards,
> Antonio Diaz, plzip maintainer.