lint: additional type tests in expressions
This commit is contained in:
@@ -417,7 +417,7 @@ return_statement
|
||||
expression(&expr)
|
||||
{
|
||||
#ifdef LINT
|
||||
lint_ret_conv(expr->ex_type);
|
||||
lint_ret_conv(expr);
|
||||
#endif LINT
|
||||
|
||||
do_return_expr(expr);
|
||||
|
||||
Reference in New Issue
Block a user