Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1bb4bd13bebef37d6623688a00287d54356f6dfc
      
https://github.com/Perl/perl5/commit/1bb4bd13bebef37d6623688a00287d54356f6dfc
  Author: Karl Williamson <k...@cpan.org>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M embed.fnc
    M embed.h
    M invlist_inline.h
    M proto.h

  Log Message:
  -----------
  PATCH: gh #17275 Silence new warning

This was caused by a static inline function in a header that was
 #included in a file that didn't use it.  Normally, these functions are
 #ifdef'd so as to be visible only to files in which they are used.
 Some compilers warn that the function is defined but not used
 otherwise.  The solution is to remove this function's visibility from
 the file that didn't use it.

Reply via email to