Make format strings correspond exactly to parameters
authorRoderick Schertler <roderick@gate.net>
Thu, 13 Feb 1997 22:24:31 +0000 (17:24 -0500)
committerChip Salzenberg <chip@atlantic.net>
Tue, 18 Feb 1997 01:22:00 +0000 (13:22 +1200)
commitbf81aadd817bdea29720b072eef945df2da8463b
tree1c60dfb700c76ca2b1e96a79d2e0bf7387c9ca53
parent09df8c7df7dfc9853902f1fdd8a6d95f53be66fc
Make format strings correspond exactly to parameters

Subject: Re: Hereis weirdness in 5.003_26

On Thu, 13 Feb 1997 15:13:18 -0500 (EST), Chip Salzenberg <chip@atlantic.net> said:
> According to Ilya Zakharevich:
>>
>> Why was not it catched by gcc prototypes?
>
> I don't use gcc.  Does anyone who uses gcc compile with -Wproto ?

-Wformat, you mean.  I wasn't previously, but I will in the future.  It
turned up a few bugs (some universal, some which would trigger only
where I32 != int or the like).  I think -Wformat should be added to
CFLAGS automatically when appropriate.

p5p-msgid: <pz7mkc1h0g.fsf@eeyore.ibcinc.com>
doio.c
ext/DB_File/DB_File.xs
ext/Opcode/Opcode.xs
gv.c
op.c
perl.c
pp_ctl.c
pp_sys.c
regcomp.c
toke.c