Ignore Warnings (-Z)

The execution Ignore Warnings execution command (-Z) specifies for a map that selected warning codes should be ignored and a 0 return code should be issued.

When -Z is used with one or more warning codes, a 0 return code is issued for those warning codes. When used without other options specified, all warning codes result in a 0 return code Using this command impacts OnSuccess settings, OnFailure settings, and so on.


-Z[!][warning_code[:warning_code...]]
Option
Description
!
Use to specify those warning codes that, when encountered, remain in their default state; they will remain as warnings and a 0 return code is not issued. The default warning code is followed by the warning code message.

When used with -Z only (-Z!), a 0 return code followed by the warning code message is returned if any one of the warning codes is encountered.

warning_code

Specify the warning codes to be acted upon when encountered.

Valid warning code selections include: 14, 18, 21, 26, 27, 28, 29, and 34.