Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Jun 6, 2021
1 parent 737f39a commit c5b980b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far/locale.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ NIFTY_DEFINE(detail::locale, locale);

static auto is_cjk_codepage(uintptr_t const Codepage)
{
enum
enum: unsigned
{
chinese_s = 936,
chinese_t = 950,
Expand Down

0 comments on commit c5b980b

Please sign in to comment.