On Tue, Oct 19, 2010 at 11:31 PM, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > On Tue, Oct 19, 2010 at 10:03:42PM +0200, Tomas Klacko wrote: >> static inline int match_op(struct token *token, int op) >> { >> - return token->pos.type == TOKEN_SPECIAL && token->special == op; >> + return token->pos.type == TOKEN_SPECIAL && token->special == (unsigned int)op; > > What was that one for? "warning: comparison between signed and unsigned integer expressions" Tomas Klacko -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html