This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
silence some compiler warnings
authorDavid Mitchell <davem@iabyn.com>
Tue, 12 Nov 2013 15:51:21 +0000 (15:51 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Nov 2013 10:38:40 +0000 (10:38 +0000)
commit03acb64848c7cc3a02259a87b82a11a401c46810
tree1c3044ed4f9eb34769efadaef28b3cdf76323727
parentc835650ead1b96c706212d7e6d95da86cc9e8fcb
silence some compiler warnings

Actually, most of this commit is adding (void) to various function returns
where we know its ok to ignore the return value. This doesn't actually
silence the -Wunused-result warning (thanks a bundle gcc), but at least
it marks our intentions.
doio.c
op.c
perlio.c
thread.h
util.c