mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 02:29:52 +00:00
parent
d90dff5861
commit
f9482a1b72
@ -237,7 +237,7 @@ void TypeConversion (ExprDesc* Expr, Type* NewType)
|
|||||||
switch (TypeCmp (NewType, Expr->Type)) {
|
switch (TypeCmp (NewType, Expr->Type)) {
|
||||||
|
|
||||||
case TC_INCOMPATIBLE:
|
case TC_INCOMPATIBLE:
|
||||||
Error ("Incompatible pointer types at '%s'", (!Expr->Sym? Expr->Sym->Name : "Unknown"));
|
Error ("Incompatible pointer types at '%s'", (Expr->Sym? Expr->Sym->Name : "Unknown"));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TC_QUAL_DIFF:
|
case TC_QUAL_DIFF:
|
||||||
|
Loading…
Reference in New Issue
Block a user