Remove warning for "Redundant 'auto_cast' applied to expression"

This commit is contained in:
gingerBill
2021-04-26 19:17:25 +01:00
parent 5a88fef483
commit 1aa9c49172

View File

@@ -7269,7 +7269,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type
if (build_context.vet) {
error(node, "Redundant 'auto_cast' applied to expression");
} else {
warning(node, "Redundant 'auto_cast' applied to expression");
// warning(node, "Redundant 'auto_cast' applied to expression");
}
}