mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
added type aliasing check and warning. -- noch
This commit is contained in:
parent
de049dc80c
commit
711283cba5
2 changed files with 7 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ Compiler Warnings
|
|||
307 no ELSE symbol after CASE statement sequence may lead to trap
|
||||
308 SYSTEM.VAL result includes memory past end of source variable; use SYSTEM.GET
|
||||
309 you should name this parameter type, or else no actual parameter will match
|
||||
310 aliasing of predefined type
|
||||
|
||||
Run-time Error Messages
|
||||
-1 assertion failed, cf. SYSTEM_assert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue