Important: The information in this document is obsolete and should not be used for new development.
GXPopGraphicsWarning
You can use theGXPopGraphicsWarningfunction to remove ignore warnings from the ignore warning stack.
void GXPopGraphicsWarning(void);DESCRIPTION
TheGXPopGraphicsWarningfunction removes the last warning placed on the ignore warning stack by theGXIgnoreGraphicsWarningfunction. TheGXPopGraphicsWarningfunction removes warnings from the stack in the opposite order that they were added to the stack (last in, first out). Calls to theGXIgnoreGraphicsWarningandGXPopGraphicsWarningfunctions can be nested.SPECIAL CONSIDERATIONS
If no warning is on the warning stack when you call this function, awarning_stack_underflowwarning 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
GXIgnoreGraphicsWarningfunction is described in the previous section.