summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-26 08:46:04 -0700
committerKarl Williamson <khw@cpan.org>2021-02-04 19:53:22 -0700
commitf88187f53fc9a0283d80ace3fc5f28c92e108fda (patch)
treea89bc87a999d01ccc38d6ed8d0c1b1394bcb6791 /pp.c
parentb40e02b117f85bf1df2eb5b25a61b67912fb21fc (diff)
downloadperl-f88187f53fc9a0283d80ace3fc5f28c92e108fda.tar.gz
Avoid some compiler warnings with -DNO_LOCALE
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pp.c b/pp.c
index d0e639fa32..2f9c0abc64 100644
--- a/pp.c
+++ b/pp.c
@@ -4461,6 +4461,8 @@ PP(pp_lc)
}
}
+#else
+ PERL_UNUSED_VAR(has_turkic_I);
#endif
/* Overloaded values may have toggled the UTF-8 flag on source, so we need