-WmsgSd: Setting a Message to Disable

Group

MESSAGES

Scope

Function

Syntax
  -WmsgSd<number>   
Arguments

<number>: Message number to be disabled, for example, 1801

Default

None

Defines

None

Pragmas

None

Description

This option prevents messages from appearing in the error output. This option cannot be used in #pragma OPTION: Additional Options. Use this option only with #pragma MESSAGE: Message Setting.

Example
  -WmsgSd1801   

Disables message for implicit parameter declaration

See also

-WmsgSe: Setting a Message to Error

-WmsgSi: Setting a Message to Information

-WmsgSw: Setting a Message to Warning