This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Use PERL_UNUSED_RESULT
authorKarl Williamson <khw@cpan.org>
Wed, 13 Aug 2014 22:02:00 +0000 (16:02 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 13 Aug 2014 22:12:39 +0000 (16:12 -0600)
commit856b881c8af7c4319ce0cf631dae3495067185a2
treeee55b2e5afeade8ecd1cf8708c0ecd0fd3e1ea1b
parent1d8d63dcc3ec46dd8a437dab18cca3fb42880079
locale.c: Use PERL_UNUSED_RESULT

The previous way to suppress messages wasn't working for all gcc
versions.  Spotted by Jarkko Hietaniemi.
locale.c