Skip to content

Make unsigned casts for byte swapp operations

Jorge Sanjuan Garcia requested to merge fix_kernel61_compilation into mad-dev

This fixes errors like:

error: result of '3407872 << 24' requires 47 bits to represent, but 'int' only has 32 bits [-Werror=shift-overflow=]

Merge request reports