fix C4245 compiler warning of visual studio
allows to use abseil headers in code requiring stricter warnings
This commit is contained in:
parent
61c9bf3e3e
commit
8717fd7fbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue