diff options
author | Karl Williamson <khw@cpan.org> | 2019-04-28 21:26:35 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-05-24 17:09:29 -0600 |
commit | 4d770d00eb09b8abf94260f9145e05c8901389b2 (patch) | |
tree | 099526e98524f8ea079fead1fb614cba91a38d3b /ext/POSIX/POSIX.xs | |
parent | 35acbeb13af0cd2b68ebf98c71bf6f3a4b7dc50b (diff) | |
download | perl-4d770d00eb09b8abf94260f9145e05c8901389b2.tar.gz |
POSIX.xs: Add NOTREACHED to silence cygwin compiler
Diffstat (limited to 'ext/POSIX/POSIX.xs')
-rw-r--r-- | ext/POSIX/POSIX.xs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 5b9bbc429b..311ed73c8b 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -1086,6 +1086,7 @@ static NV my_rint(NV x) } #endif not_here("rint"); + NOT_REACHED; /* NOTREACHED */ } #endif |