![kamil](/assets/img/avatar_default.png)
The operator >> causes implicit promotion to int. There is need to cast the result back to uint8_t in order to save the return value to a data undef a pointe of type uint8_t. Requested by GCC when building with Undefined Behavior Sanitizer.
The operator >> causes implicit promotion to int. There is need to cast the result back to uint8_t in order to save the return value to a data undef a pointe of type uint8_t. Requested by GCC when building with Undefined Behavior Sanitizer.