Skip to content

Commit

Permalink
simdutf_connector: Suppress compiler warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Oct 8, 2024
1 parent 507255c commit 4c76014
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/simdutf/flb_simdutf_connector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ int flb_simdutf_connector_convert_from_unicode(int preferred_encoding,
const char *input, size_t length,
char **output, size_t *out_size)
{
int len = 0;
size_t clen = 0;
size_t len = 0;
size_t i = 0;
int encoding = 0;
std::u16string str16;
Expand Down

0 comments on commit 4c76014

Please sign in to comment.