-WmsgNu: Disable User Messages

Group

MESSAGES

Scope

None

Syntax
  -WmsgNu[={a|b|c|d|e}]
  
  
Arguments

a: Disable messages about include files

b: Disable messages about reading files

c: Disable messages about generated files

d: Disable messages about processing statistics

e: Disable informal messages

t: Disable type of messages

Default

None

Defines

None

Pragmas

None

Description

The application produces messages that are not in the following normal message categories: WARNING, INFORMATION, ERROR, or FATAL. This option disables user messages and allows only those messages in the normal message categories (WARNING, INFORMATION, ERROR, or FATAL). This reduces the number of messages, and simplifies the error parsing of other tools.

a: Disables the application from generating information about all included files.

b: Disables messages about reading files (for example, the files used as input).

c: Disables messages informing about generated files.

d: Disables information about statistics (for example, code size, RAM or ROM usage and so on).

e: Disables informal messages (for example, memory model, floating point format, etc.).

Note: Depending on the application, the Compiler may not recognize all suboptions. For compatibility, the Compiler ignores unrecognized suboptions.
Example
  -WmsgNu=c