Zilog ZUSBOPTS User Manual
Page 233
UM017105-0511
Warning and Error Messages
Zilog Developer Studio II – ZNEO™
User Manual
205
176 Only one storage class may be given in a declaration.
An attempt was made to
give more than one storage class in a declaration.
177 Type specifier cannot have both "unsigned" and "signed".
An attempt was made
to give both
unsigned
and
signed
type specifiers in a declaration.
178 "unsigned" and "signed" may be used in conjunction only with "int", "long" or
"char".
An attempt was made to use signed or unsigned in conjunction with a type speci-
fier other than
int
,
long
, or
char
.
179 "long" may be used in conjunction only with "int" or "double".
An attempt was
made to use long in conjunction with a type specifier other than int or double.
180 Illegal bit field length.
The length of a bit field was outside of the range 0-32.
181 Too many initializers for object.
An attempt was made to initialize an object with
more elements than the object contains.
182 Static objects can be initialized with constant expressions only.
An attempt was
made to initialize a static object with a non-constant expression.
183 Array "
An attempt was made to initialize an
array with more elements than the array contains.
184 Structure "
An attempt was made to initialize a
structure with more elements than the structure has members.
185 Dimension size may not be omitted.
An attempt was made to omit the dimension
of an array which is not the rightmost dimension.
186 First dimension of "
An attempt was made to omit
the first dimension of an array which is not external and is not initialized.
187 Dimension size must be greater than zero.
An attempt was made to declare an
array with a dimension size of zero.
188 Only "register" storage class is allowed for formal parameter.
An attempt was
made to declare a formal parameter with storage class other than register.
189 Cannot take size of array with missing dimension size.
An attempt was made to
take the size of an array with an omitted dimension.
190 Identifier "
An attempt
was made to declare a tentative declaration with a different type than a declaration of the
same name; or, an attempt was made to declare an object with a different type from a pre-
vious tentative declaration.