On 11/13/2014 12:03 AM, Antonio Diaz Diaz wrote: > Hello Dagobert, > > Dagobert Michelsen wrote: >> I am currently building plzip 1.2 on Solaris 10 Sparc with Sun Studio >> 12 and caught an error in the signature of the compress-function >> missing a "const". The attached patch fixes the issue. > > Thank you very much for reporting this. GCC does not catch it even with > '-Wall -W --pedantic'.
Another recommended compiler to test your programs from time to time is clang with the option "-Weverything". It shows a lot of false positives but sometimes finds real bugs. _______________________________________________ Lzip-bug mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lzip-bug
