Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 3778766ab96eb3392c2e7418760cbf4f7ad1b2c2
      
https://github.com/Perl/perl5/commit/3778766ab96eb3392c2e7418760cbf4f7ad1b2c2
  Author: Tony Cook <t...@develop-help.com>
  Date:   2022-08-31 (Wed, 31 Aug 2022)

  Changed paths:
    M dump.c

  Log Message:
  -----------
  prevent a new build warning

dump.c: In function ‘Perl_pv_escape’:
dump.c:297:21: warning: ‘qe’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
  297 |                     Perl_sv_catpvf( aTHX_ dsv,"%s...%s", qe, qs);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dump.c:297:21: warning: ‘qs’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]


Reply via email to