X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlio.c;h=50966e6b09c1aaed4de2013b6ec516843feae738;hb=cd86ed9d430a95bb9cf370c699245e1b667c146d;hp=4fe4fa717865094b5f06e01732320c1e7747a938;hpb=1af1c0d6fc56624ceeee486b9d34f20643ac0ecd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlio.c b/perlio.c index 4fe4fa7..50966e6 100644 --- a/perlio.c +++ b/perlio.c @@ -135,7 +135,7 @@ perlsio_binmode(FILE *fp, int iotype, int mode) * This used to be contents of do_binmode in doio.c */ #ifdef DOSISH -# if defined(atarist) || defined(__MINT__) +# if defined(atarist) PERL_UNUSED_ARG(iotype); if (!fflush(fp)) { if (mode & O_BINARY)