I am starting to get tired of some of the warnings I get when I compile. Is there a way to make the compiler not print out so many warnings?

I dont want warnings when converting from float to int or when I compare an unsigned int to a signed int.

Or am I doing something wrong and should fix my code so I dont get the warnings at all?