On Tue Aug 29 19:03:44 2006, coke wrote: > The attached patch casts all the printfs arguments corresponding to "% > p" to be (void *), to avoid compiler warnings. > > However, the following tests fail after the change: > > Failed Test Stat Wstat Total Fail Failed List of Failed > ---------------------------------------------------------------------- -- > ------- > t/dynoplibs/myops.t 1 256 7 1 14.29% 6 > t/examples/library.t 1 256 4 1 25.00% 3 > t/library/pcre.t 1 256 1 1 100.00% 1 > > I leave it to the determined reader to figure out why. =-)
Will, I've managed to get almost all of the patch in (the part in src/ pmc_freeze.c gives the warning: cast discards qualifiers from pointer target type), however I don't get the tests to fail (gcc 3.4.5, linux, x86) and I don't see the warning messages you mention (other than the extra one above). Do you still want this patch applied? Paul