Skip to content

Commit a2e605c

Browse files
committed
More work on clang warnings
1 parent 8ce2f31 commit a2e605c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unicode/scripts/lookup_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class {name}
4141
if (c > max_char)
4242
return false;
4343
for(auto p = chars; *p; ++p)
44-
if (*p == c)
44+
if (*p == char16_t(c))
4545
return true;
4646
return false;
4747
}}

0 commit comments

Comments
 (0)