
3-30
Motorola DSP56000 Family Optimizing C Compiler User’s Manual
For More Information On This Product,
Go to: www.freescale.com
Motorola
Assemble Phase Options
-Wswitch
Warn whenever a switch statement has an enumeration type of index and lacks a
case for one or more of the named codes of that enumeration. (The presence of a
default label prevents this warning.) case labels outside the enumeration range also
provoke warnings when this option is used.
-Wall
All of the above
-W
options combined. The remaining
-W
options described below
are not implied by
-Wall
because certain kinds of useful macros are almost
impossible to write without causing those warnings.
-Wshadow
Warn whenever a local variable shadows another local variable.
-Wid-clash-LEN
Warn whenever two distinct identifiers match in the first LEN characters. This may
help prepare a program that will compile with certain obsolete compilers.
-Wpointer-arith
Warn about anything that depends on the sizeof a function type or of void. GNU C
assigns these types a size of 1, for convenience in calculations with void * pointers
and pointers to functions.
-Wcast-qual
Warn whenever a pointer is cast so as to remove a type qualifier from the target
type. For example, warn if a const char * is cast to an ordinary char *.
-Wwrite-strings
Give string constants the type const char[LENGTH] so that copying the address of
one into a non-const char * pointer will generate a warning. These warnings help at
compile time to find code that can try to write into a string constant, but only if
const in declarations and prototypes have been used carefully.
3.3 Assemble Phase Options
This group of assemble phase options is the sub-set of the available assembler options that
are compiler oriented (see the
Motorola DSP56000 Macro Assembler Reference Manual
for a complete option list). The default option is to add to the standard search list the
directory that the C compiler writes its output into and then search that directory first.
F
Freescale Semiconductor, Inc.
n
.