ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / Warning Functions / IG_warning_clear
In This Topic
    IG_warning_clear
    In This Topic

    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.