Zilog ZUSBOPTS User Manual
Page 229

UM017105-0511
Warning and Error Messages
Zilog Developer Studio II – ZNEO™
User Manual
201
117 Unterminated quoted string.
Within a quoted string, an end of line was encountered.
118 Escape sequence ASCII code too large to fit in char.
The binary value of an
escape sequence requires more than 8 bits of storage.
119 Character not within radix.
An integer constant was encountered with a character
greater than the radix of the constant.
120 More than one character in string constant.
A string constant was encountered
having more than one ASCII character.
121 Illegal declaration specifier.
An attempt was made to declare an object with an ille-
gal declaration specifier.
122 Only "const" and "volatile" may be specified with a struct, union, enum, or
typedef.
An attempt was made to declare a struct, union, enum, or typedef with a declara-
tion specifier other than const and volatile.
123 Cannot specify both long and short in declaration specifier.
An attempt was
made to specify both long and short in the declaration of an object.
124 Only type qualifiers may be specified within pointer declarations.
An attempt
was made to declare a pointer with a declaration specifier other than const and volatile.
125 Identifier "
An attempt was made
to declare two objects of the same name in the same scope.
126 Identifier "
An attempt was made
to declare an argument that is not in the list of arguments when using the old style argu-
ment declaration syntax.
127 Name of formal parameter not given.
The type of a formal parameter was given in
the new style of argument declarations without giving an identifier name.
128 Identifier "
An identifier was encoun-
tered that is not defined within the current scope.
129 Cannot have more than one default per switch statement.
More than one default
statements were found in a single switch statement.
130 Label "
An attempt was made to define two labels of
the same name in the same scope.
131 Label "
A
goto
statement was encountered with an undefined
label.