Skip to content
Snippets Groups Projects
Commit 52228283 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

nodejs: fix build with clang

Change-Id: Id980bc5eecf11424e32dc14275b2dba6862aae24
parent 02ac61d4
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ getPresistentCb(std::string_view signal)
inline std::string_view
toView(const String::Utf8Value& utf8)
{
return {*utf8, utf8.length()};
return {*utf8, (size_t)utf8.length()};
}
inline SWIGV8_ARRAY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment