summaryrefslogtreecommitdiff
path: root/perly.act
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-11-24 19:58:26 +0000
committerDavid Mitchell <davem@iabyn.com>2013-11-24 20:24:25 +0000
commitcca0492ec62cab786a01ea96c47e549fe0aa8c61 (patch)
tree0c636fc1dddc96e5b658254fd423ce7ed55756c2 /perly.act
parent04783dc7025287c5d75ab531602c7ec786a1e787 (diff)
downloadperl-cca0492ec62cab786a01ea96c47e549fe0aa8c61.tar.gz
fix Gconvert 'ignoring return value' warnings
On some systems, Gconvert() is #deffed to gcvt(), and on linux, that function has a mandatory return value, so you get lots of 'ignoring return value' warnings. So define a V_Gconvert() macro that does Gconvert() in a void context. Ideally this macro would be part of the original definition of Gconvert() in config.sh, but since Gconvert() is only used in sv.c, it was easier to to just define V_Gconvert() locally there.
Diffstat (limited to 'perly.act')
0 files changed, 0 insertions, 0 deletions