Synopsis
Bad warning number in argument to --emake-hide-warning
or in
environment variable EMAKE_HIDE_WARNING.
Description
The argument to --emake-hide-warning
should be a comma-separated
list of zero or more warning numbers; the same is true for any value
assigned to EMAKE_HIDE_WARNING. If an element of such a list is not the
decimal representation of a positive integer, or is implausibly large,
then eMake will issue this error. (Currently the application does not
check if the given numbers are actually assigned, and perhaps that is
best for forward compatibility.)