SW500009 Microchip Technology, SW500009 Datasheet - Page 320

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
(268) inconsistent storage class
A declaration has conflicting storage classes. Only one storage class should appear in a declaration,
e.g.:
(269) inconsistent type
Only one basic type may appear in a declaration, e.g.:
(270) variable can’t have storage class "register"
Only function parameters or auto variables may be declared using the register qualifier, e.g.:
(271) type can’t be long
Only int and float can be qualified with long.
(272) type can’t be short
Only int can be modified with short, e.g.:
(273) type can’t be both signed and unsigned
The type modifiers signed and unsigned cannot be used together in the same declaration, as they
have opposite meaning, e.g.:
306
extern static int where; /* so is it static or extern? */
int float if; /* is it int or float? */
register int gi;
int process(register int input) /* this is okay */
{
}
long char lc; /* what? */
short float sf; /* what? */
signed unsigned int confused; /* which is it? signed or unsigned? */
return input + gi;
/* this cannot be qualified register */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009