wlerrfmt.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 24 行

GML
24
字号
.np
.ix 'fatal errors'
.ix 'errors'
.ix 'warnings'
The &lnkname issues three classes of messages; fatal errors, errors
and warnings.
Each message has a 4-digit number associated with it.
Fatal messages start with the digit 3, error messages start with the
digit 2, and warning messages start with the digit 1.
It is possible for a message to be issued as a warning or an error.
.np
If a fatal error occurs, the linker will terminate immediately and no
executable file will be generated.
.np
If an error occurs, the linker will continue to execute so that all
possible errors are issued.
However, no executable file will be generated since these errors do
not permit a proper executable file to be generated.
.np
If a warning occurs, the linker will continue to execute.
A warning message is usually informational and does not prevent the
creation of a proper executable file.
However, all warnings should eventually be corrected.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?