[CtEdit]SuppressCompilerWarning
- Last UpdatedJul 19, 2023
- 1 minute read
Allows suppression of specific compiler warning messages using an associated warning message number.
When a compiler warning message is displayed, it will include a number prefixed by "W". For example:
The specified language is not supported (W1027)
To suppress a particular type of warning message, apply the associated warning number to this parameter. For example, to suppress the unsupported language message demonstrated above, set the parameter to the following value:
[CtEdit]SuppressCompilerWarning=W1027
Allowable Values:
One or more warning message numbers. If more than one is used, separate them with commas.
Default Value:
No messages suppressed.