Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 5f3563911b9fd00ff487932f3476fc6b56d6a002
      
https://github.com/Perl/perl5/commit/5f3563911b9fd00ff487932f3476fc6b56d6a002
  Author: Tony Cook <[email protected]>
  Date:   2021-08-03 (Tue, 03 Aug 2021)

  Changed paths:
    M scope.h

  Log Message:
  -----------
  use CLANG_DIAG_IGNORE_STMT instead of GCC_DIAG_IGNORE_STMT

It turns out gcc wasn't warning on this code, but older gcc (as
included in debian buster) *does* warn on the switch which it
doesn't recognise.

Newer gcc does recognise the -Wstring-compare switch, but it controls
warning on a different construct, so there's no reason to present it
to gcc.


Reply via email to