Commit 0238ab0a by Xiaoyi Zhang Committed by GitHub

Merge pull request #321 from christoph-cullmann/c4245_fix_warning

fix C4245 compiler warning of visual studio
parents 61c9bf3e 8717fd7f
......@@ -350,7 +350,7 @@ struct GroupSse2Impl {
return BitMask<uint32_t, kWidth>(
_mm_movemask_epi8(_mm_sign_epi8(ctrl, ctrl)));
#else
return Match(kEmpty);
return Match(static_cast<h2_t>(kEmpty));
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment