Closed jwurzer closed 1 year ago
Hello, I have a very small fix to remove the signed/unsigned warnings at the loops for the passes. Without this fix N is unsigned and i is signed. I see no reason for variable i to be signed and not unsigned.
Hey @jwurzer , thank you for providing the fix (very legitimate), will merge that asap ! Basile
Hello, I have a very small fix to remove the signed/unsigned warnings at the loops for the passes. Without this fix N is unsigned and i is signed. I see no reason for variable i to be signed and not unsigned.