From dead3ccedb0e57c37846b3b30aa1d618ef1309f3 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 28 Nov 2022 10:50:14 -0700 Subject: locale.c: Silence compiler warning This is only emitted on Windows Visual Studio, before 2015. --- locale.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'locale.c') diff --git a/locale.c b/locale.c index 23c5c5e86d..e1703ead8c 100644 --- a/locale.c +++ b/locale.c @@ -1970,6 +1970,8 @@ S_new_numeric(pTHX_ const char *newnum, bool force) NULL, NULL)); Safefree(scratch_buffer); +# else + PERL_UNUSED_VAR(C_thousands_sep); # endif PL_numeric_standard = PL_numeric_underlying_is_standard; -- cgit v1.2.1