SW006012 Microchip Technology, SW006012 Datasheet - Page 48

C COMPILER FOR DSPIC30F FAMILY

SW006012

Manufacturer Part Number
SW006012
Description
C COMPILER FOR DSPIC30F FAMILY
Manufacturer
Microchip Technology
Type
MPLAB® C30 Compilerr
Series
PIC24 & DsPICr
Datasheets

Specifications of SW006012

Supported Families
PIC24, DsPIC30F And DsPIC33F
Core Architecture
PIC, DsPIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Tool Type
Compiler
Processor Series
PIC24, dsPIC
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
dsPIC30F
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
MPLAB
DS51284F-page 42
®
C30 User’s Guide
TABLE 3-5:
The following -W options are not implied by -Wall. Some of them warn about construc-
tions that users generally do not consider questionable, but which occasionally you
might wish to check for. Others warn about constructions that are necessary or hard to
avoid in some cases, and there is no simple way to modify the code to suppress the
warning.
-Wunused-parameter
-Wunused-variable
-Wunused-value
Option
WARNING/ERROR OPTIONS IMPLIED BY -WALL (CONTINUED)
Warn whenever a function parameter is unused aside from its
declaration. To suppress this warning, use the unused
attribute (see Section 2.3.1 “Specifying Attributes of
Variables”).
Warn whenever a local variable or non-constant static
variable is unused aside from its declaration. To suppress this
warning, use the unused attribute (see
Section 2.3.1 “Specifying Attributes of Variables”).
Warn whenever a statement computes a result that is
explicitly not used. To suppress this warning, cast the
expression to void.
Definition
© 2007 Microchip Technology Inc.

Related parts for SW006012