Explorar o código

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

gingerBill %!s(int64=4) %!d(string=hai) anos
pai
achega
1aa9c49172
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/check_expr.cpp

+ 1 - 1
src/check_expr.cpp

@@ -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");
 				}
 			}