Copyright Digital Equipment Corp. All rights reserved.

NOFUNC

Message        There is no function named <name> defined in this
               compilation unit.

Description    A function that appears in a #pragma weak and is not
               defined in the compilation unit.

User Action    Either define the function or remove the function
               name from the pragma.