Skip to content

cppcheck: Use unsigned int in the byteshift operations

Andrii Verbytskyi requested to merge averbyts/athena:cppcheck99 into master

Hi @sutt, please have a look at those changes.

As for me it makes sense to use unsigned for the byte operations --> if does not create an overflow.

Best regards,

Andrii

Tag @sroe

Merge request reports