Skip to content

Commit

Permalink
locale.c: Silence compiler warning
Browse files Browse the repository at this point in the history
This as only emitted on Windows VS before 2015.
  • Loading branch information
khwilliamson committed Jan 20, 2023
1 parent 53b2ef5 commit 5730494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions locale.c
Expand Up @@ -2003,6 +2003,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;
Expand Down

0 comments on commit 5730494

Please sign in to comment.