[pcre-dev] [Bug 2627] New: jit: avoid -Wunused-parameter lik…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
New-Topics: [pcre-dev] [Bug 2627] jit: avoid -Wunused-parameter like warnings when building for arm64, [pcre-dev] [Bug 2627] jit: avoid -Wunused-parameter like warnings when building for arm64
Subject: [pcre-dev] [Bug 2627] New: jit: avoid -Wunused-parameter like warnings when building for arm64
https://bugs.exim.org/show_bug.cgi?id=2627

            Bug ID: 2627
           Summary: jit: avoid -Wunused-parameter like warnings when
                    building for arm64
           Product: PCRE
           Version: 10.35 (PCRE2)
          Hardware: Other
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: carenas@???
                CC: pcre-dev@???


Created attachment 1328
--> https://bugs.exim.org/attachment.cgi?id=1328&action=edit
svn diff

sljit's simd extension build cleanly with a recent version of gcc with
-Wunused-parameter by using the SLJIT_UNUSED_ARG macro, but the neon extension
(provided by aarch64) that was added later does not.

the attached patch solves that and together with upcoming changes in sljit
upstream should allow building warn free for all those new arm workstation
users

--
You are receiving this mail because:
You are on the CC list for the bug.