diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-14 10:24:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-14 10:24:58 +0000 |
commit | 5836e3ecdff1c184f035811e31eb710069409212 (patch) | |
tree | d152f017ec7c7afb9f1dff9bebac11652381e8e5 /embed.fnc | |
parent | 672ac9460f4d847752c940ba0d1cf6f86ba3d354 (diff) | |
download | perl-5836e3ecdff1c184f035811e31eb710069409212.tar.gz |
Suppress gcc warnings when ignoring the return value of io_close(),
as suggested by Gisle Aas.
p4raw-id: //depot/perl@26123
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ Ap |void |init_stacks Ap |void |init_tm |NN struct tm *ptm pd |U32 |intro_my ApPR |char* |instr |NN const char* big|NN const char* little -pR |bool |io_close |NN IO* io|bool not_implicit +p |bool |io_close |NN IO* io|bool not_implicit pR |OP* |invert |NULLOK OP* cmd dpR |bool |is_gv_magical |NN const char *name|STRLEN len|U32 flags ApR |I32 |is_lvalue_sub |