This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SDBM_File: specify the prototyping behaviour
authorDavid Mitchell <davem@iabyn.com>
Tue, 24 Nov 2015 16:57:50 +0000 (16:57 +0000)
committerDavid Mitchell <davem@iabyn.com>
Tue, 24 Nov 2015 17:14:06 +0000 (17:14 +0000)
commit90e20575262bab3614aef37092de32c8b45eae41
treef5cd70013d5433df5edee5e2061418f0a1c7fc97
parentb105cec5a2cca0beb61d2413410b6a79583c26f9
SDBM_File: specify the prototyping behaviour

This commit just adds 'PROTOTYPES: DISABLE' which is the default
anyway(*), but it stops this annoying warning on stderr:

    Please specify prototyping behavior for SDBM_File.xs (see perlxs manual)

(*) perlxs.pod implies that the default is enabled, but this doesn't
appear to be the case
ext/SDBM_File/SDBM_File.pm
ext/SDBM_File/SDBM_File.xs