implied: fix a type bug
commit929e49620ad5ce325c97d82db9fd07cc414ca685
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Apr 2016 11:35:13 +0000 (19 14:35 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Apr 2016 11:35:13 +0000 (19 14:35 +0300)
tree281b5f82a45e1c5d5904c881cac32a3a58c60e3a
parent4283e18eb054dcb11a7ba39abed4dcf47a8f32c7
implied: fix a type bug

This bug was exposed because we're now using implied to set many more
states in smatch_extra.c.  We should not strip away the casts here because
we want to parse things like "(u8)-1" which is 255 and not -1.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_implied.c