bfraboni / FastGaussianBlur

Fast Gaussian Blur algorithm
97 stars 18 forks source link

Fix signed/unsigned warnings. #8

Closed jwurzer closed 1 year ago

jwurzer commented 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.

bfraboni commented 1 year ago

Hey @jwurzer , thank you for providing the fix (very legitimate), will merge that asap ! Basile