remove irrelevant checks for < 0 for unsigned variables
dfixed_trunc is a bitwise shift operator on a struct fixed20_12 "full" element.
full is defined as a u32, so it can't ever be less than 0 and these checks are pointless and simply spew warnings during compilation.