ImageGear for C and C++ on Linux v20.0 - Updated
IG_warning_clear
API Reference Guide > Core Component API Reference > Core Component Functions Reference > Warning Functions > IG_warning_clear

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.

Example:

 
Copy Code
IG_warning_clear();

Remarks:

After calling this function, IG_warning_check will return zero.

Is this page helpful?
Yes No
Thanks for your feedback.