Currently, -Wsign-compare will warn if conditional operands differ in signedness. This patch will move this warning to -Wmixed-sign-conditional making -Wsign-compare only about signed comparisons.  Patch is attached and available at <a href="http://codereview.appspot.com/4731042/">http://codereview.appspot.com/4731042/</a>