beautypg.com

Zilog Z8F0130 User Manual

Page 289

background image

UM013037-1212

Front-End Warning and Error Messages

Zilog Developer Studio II – Z8 Encore!

User Manual

265

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 illegal declaration specifier.

122 Only type qualifiers may be specified with a struct, union, enum, or typedef.

An attempt was made to declare a struct, union, enum, or typedef with a declaration
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 "const" and "volatile" 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 "<name>" already declared within current scope.

An attempt was made to declare two objects of the same name in the same scope.

126 Identifier "" not in function argument list, ignored.

An attempt was made to declare an argument that is not in the list of arguments when
using the old style argument 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 "<name>" not defined within current scope.

An identifier was encountered 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 "<name>" is already declared.

An attempt was made to define two labels of the same name in the same scope.

131 Label "<name> not declared.

A

goto

statement was encountered with an undefined label.

132 "continue" statement not within loop body.

A

continue

statement was found outside a body of any loop.