abfWarning()
Adds a warning to the ABF file which is displayed in the message log.
Syntax
voidabfWarning(const char *mess);
Inputs
- mess
- The warning to be displayed.
Example
abfWarning("Recoverable errors occurred during translation.");
Comments
If the translator is not invoked as an external reader, the message is output to stderr.