I got warning:
Pe186 \"Pointless comparison of unsigned int with zero\"
when I tried to compile the following code:
You are checking if an unsigned int is equal or greater than 0. Which is always true.