Important: The information in this document is obsolete and should not be used for new development.
GXPopGraphicsWarning
You can use theGXPopGraphicsWarning
function to remove ignore warnings from the ignore warning stack.
void GXPopGraphicsWarning(void);DESCRIPTION
TheGXPopGraphicsWarning
function removes the last warning placed on the ignore warning stack by theGXIgnoreGraphicsWarning
function. TheGXPopGraphicsWarning
function removes warnings from the stack in the opposite order that they were added to the stack (last in, first out). Calls to theGXIgnoreGraphicsWarning
andGXPopGraphicsWarning
functions can be nested.SPECIAL CONSIDERATIONS
If no warning is on the warning stack when you call this function, awarning_stack_underflow
warning is posted.ERRORS, WARNINGS, AND NOTICES
Warnings warning_stack_underflow SEE ALSO
The use of this function is described in the section "Ignoring Warnings and Notices" beginning on page 3-36.QuickDraw GX non-debugging warnings that may be added to and removed from the ignore warning stack are listed in the section "Warnings" beginning on page 3-10. Debugging warnings are listed in the section "Warnings" beginning on page 3-10.
The
GXIgnoreGraphicsWarning
function is described in the previous section.