mirror of
https://github.com/cc65/cc65.git
synced 2025-08-12 17:25:11 +00:00
Fixed gcc compiler warning (#867)
* Changed spelling FALLTHRU -> FALLTHROUGH
This commit is contained in:
@@ -824,7 +824,7 @@ static void ReadStringConst (int StringTerm)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* otherwise, fall through */
|
/* FALLTHROUGH */
|
||||||
default:
|
default:
|
||||||
Error ("Unsupported escape sequence in string constant");
|
Error ("Unsupported escape sequence in string constant");
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user