Copyright Digital Equipment Corp. All rights reserved.

OPTIMIZEPOP

Message        This "restore" has underflowed the pragma optimize
               stack.  No corresponding "save" was found.

Description    The optimize stack, managed by the #pragma optimize
               and #pragma environment directives, contains more
               restores than saves.  This could signify a coding or
               logic error in the program.

User Action    Make sure each restore has a corresponding save.