SW500011 Microchip Technology, SW500011 Datasheet - Page 318

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
(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.:
318
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? */
return input + gi;
/* this cannot be qualified register */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500011