mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Remove warning for "Redundant 'auto_cast' applied to expression"
This commit is contained in:
+1
-1
@@ -7269,7 +7269,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type
|
|||||||
if (build_context.vet) {
|
if (build_context.vet) {
|
||||||
error(node, "Redundant 'auto_cast' applied to expression");
|
error(node, "Redundant 'auto_cast' applied to expression");
|
||||||
} else {
|
} else {
|
||||||
warning(node, "Redundant 'auto_cast' applied to expression");
|
// warning(node, "Redundant 'auto_cast' applied to expression");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user