mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 13:58:44 +08:00
Fixed cast
This commit is contained in:
parent
bccea7d0da
commit
be9d64f5fc
@ -772,7 +772,7 @@ namespace etl
|
||||
|
||||
if (nbits != 0U)
|
||||
{
|
||||
step(unsigned char(nbits));
|
||||
step(static_cast<unsigned char>(nbits));
|
||||
}
|
||||
|
||||
return success;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user