Skip to content

lima: fix stringop-overflow warning

Erico Nunes requested to merge enunes/mesa:lima-disasm-warning into main

New versions of gcc output a warning about this code, apparently because of the mix of signed and unsigned operations in the loop condition. Rework the types to fix the warning.

Cc @okias

Closes #8653 (closed)

Merge request reports

Loading