[perl #40253] [PATCH] [CAGE] always cast printf("%p") to (void *)

2006-12-21 Thread Paul Cochrane via RT
On Wed Dec 20 14:21:52 2006, coke wrote: > Whatever you were able to apply is fine. Applied in 16211, thanks!

Re: [perl #40253] [PATCH] [CAGE] always cast printf("%p") to (void *)

2006-12-20 Thread Will Coleda
Whatever you were able to apply is fine. On Dec 20, 2006, at 10:35 AM, Paul Cochrane via RT wrote: 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

[perl #40253] [PATCH] [CAGE] always cast printf("%p") to (void *)

2006-12-20 Thread Paul Cochrane via RT
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 > ---