-WmsgFonf: Message format for no file information

Group

Messages

Scope

Assembly Unit

Syntax
  -WmsgFonf<string>
  
  
Arguments

<string>: format string (see below)

Default
  -WmsgFonf"%K %d: %m\n"
  
  
Description

Sometimes there is no file information available for a message (e.g., if a message not related to a specific file). Then this message format string is used. The following formats are supported:

  Format Description         Example

  
  ----------------------------------

  
  %K     Uppercase kind      ERROR

  
  %k     Lowercase kind      error

  
  %d     Number              L10324

  
  %m     Message             text

  
  %%     Percent             %

  
  \n     New line

  
Example
  ASMOPTIONS=-WmsgFonf"%k %d: %m\n"
  
  

produces a message in following format:

  information L10324: Linking successful

  
See also

ERRORFILE: Filename specification error environment variable

Assembler options: