This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ensure sv bodies are properly aligned
[perl5.git] / pp_sort.c
index d17f5b7..a3a7352 100644 (file)
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -347,6 +347,7 @@ S_sortsv_flags_impl(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags)
     gptr *which[3];
     off_runs stack[60], *stackp;
 
+    PERL_UNUSED_ARG(flags);
     PERL_ARGS_ASSERT_SORTSV_FLAGS_IMPL;
     if (nmemb <= 1) return;                     /* sorted trivially */