This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Explicitly specify some printf formats for constant strings.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 2 Nov 2008 16:50:12 +0000 (16:50 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 2 Nov 2008 16:50:12 +0000 (16:50 +0000)
commitf1f66076265cc2bac3adabd54c01b0dea28ca3f0
tree995188aa60f1633c89a20a0cfaf3bcdf52e56e73
parentb8fcbefe6253f6cbcf6817158c0e99c8018b2d46
Explicitly specify some printf formats for constant strings.
This is mostly to silence gcc's warning, "format not a string
literal and no format arguments".

p4raw-id: //depot/perl@34694
15 files changed:
av.c
doop.c
handy.h
mg.c
perl.c
pp.c
pp_ctl.c
pp_hot.c
pp_sort.c
pp_sys.c
regcomp.c
sv.c
toke.c
universal.c
util.c