This function clears all warnings from the error stack.
Declaration:
Copy Code | |
---|---|
VOID ACCUAPI IG_warning_clear(); |
Arguments:
None
Return Value:
None
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None
Example:
Copy Code | |
---|---|
IG_warning_clear(); |
Remarks:
After calling this function, IG_warning_check will return zero.