Copyright Digital Equipment Corp. All rights reserved.

MISSPELLDEF

Message        The user label "<label>", defined within a switch
               statement, is never referenced.

Description    This user label has been defined, but there are no
               references to it.  As the label is defined inside a
               switch statement, there is a chance this is a
               misspelling of "default".

User Action    Remove the label or correct the spelling.