Browse Source
The struct member "dest" should never be less than "destStart", so their difference is never negative. Cast as such to make the comparison explicitly unsigned, ensuring the compiler produces the correct comparison instruction, and avoiding any compiler warnings.pull/5446/head
Damien George
5 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue