-WmsgNu: Disable User Messages

Group

MESSAGES

Scope

None

Syntax
  -WmsgNu[={a|b|c|d}]
  
  
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: Display 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 messages that are not in the normal message category by reducing the amount of messages, and simplifying the error parsing of other tools.

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

b: Disables messages about reading files (e.g., the files used as input) are disabled.

c: Disables messages informing about generated files.

d: Disables information about statistics (e.g., code size, RAM, or ROM usage).

e: Disables informal messages (e.g., memory model, floating point format).

t: Displays type of messages.

Note: Depending on the application, the Compiler may not recognize all suboptions. In this case they are ignored for compatibility.
Example
  -WmsgNu=c