I dont want to remove all warnings, just the once who are stupid(or I think is stupid)

Like I get a warning for this:
for(int i = 0; i < someSTDvector.size(); i++)

Saying that I compare a signed and a unsigned int. I cant see why that would be a problem?