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: p...@hermes.cam.ac.uk Reporter: care...@gmail.com CC: pcre-dev@exim.org 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. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev