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

2006-09-01 Thread Joshua Hoblitt
Aww - I was wondering if it was gcc 4. gcc 3.4 seems to let that one by. -J -- On Thu, Aug 31, 2006 at 10:20:39AM -0400, Will Coleda wrote: gcc 4.0.1, os x 10.4.7, PPC, ccflags .= -pipe -fno-common -Wno-long- double -Wno-long-long -std=c89 -pedantic ; (which is still too many warnings,

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

2006-08-31 Thread Joshua Hoblitt
What compiler is generating warnings? -J -- On Tue, Aug 29, 2006 at 07:03:44PM -0700, Will Coleda wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #40253] # in the subject line of all future correspondence about this issue. # URL:

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

2006-08-31 Thread Will Coleda
gcc 4.0.1, os x 10.4.7, PPC, ccflags .= -pipe -fno-common -Wno-long- double -Wno-long-long -std=c89 -pedantic ; (which is still too many warnings, but leo noted this particular one could stand to be fixed, as time permits.) On Aug 31, 2006, at 5:34 AM, Joshua Hoblitt wrote: What compiler

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

2006-08-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40253] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40253 The attached patch casts all the printfs arguments corresponding to % p to be (void