beautypg.com

Optimizer warning and error messages – Zilog EZ80F916 User Manual

Page 199

background image

UM014423-0607

Using the ANSI C-Compiler

ZiLOG Developer Studio II

eZ80Acclaim!

®

User Manual

179

195 Initializer is not assignment compatible.

The initializer type does not match with the variable being initialized.

196 Empty parameter list is an obsolescent feature.

Empty parameter lists are not allowed.

197 No function prototype "<name>" in scope.

The function <name> is called without any previous definition or declaration.

198 "old style" formal parameter declarations are obsolescent.

Change the parameter declarations.

199 Data objects cannot have "io" storage class.

Change the storage class.

202 Unrecognized/invalid type specifier

A type specifier was expected, and something different (like a label or symbol) was
read. Or, a valid type specifier was read but cannot be used in this context.

205 Ignoring const or volatile qualifier

An attempt was made to assign a pointer to a type with const qualifier to a pointer to a
type with no const qualifier.

or

An attempt was made to assign a pointer to a type with volatile qualifier to a pointer to
a type with no volatile qualifier.

206 Cannot initialize typedef

An attempt was made to initialize a typedef.

207 Aggregate or union objects may be initialized with constant expressions only

An attempt was made to initialize an array or struct with nonconstant expression.

Optimizer Warning and Error Messages

250 Missing format parameter to (s)printf

This message is generated when a call to

printf

or

sprintf

is missing the format

parameter and the inline generation of

printf

calls is requested. For example, a call

of the form

printf();

This manual is related to the following products: