SW500009 Microchip Technology, SW500009 Datasheet - Page 340

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
(371) missing basic type; int assumed
This declaration does not include a basic type, so int has been assumed. This declaration is not
illegal, but it is preferable to include a basic type to make it clear what is intended, e.g.:
(372) "," expected
A comma was expected here. This could mean you have left out the comma between two identifiers
in a declaration list. It may also mean that the immediately preceding type name is misspelled, and
has thus been interpreted as an identifier, e.g.:
(373) implicit signed to unsigned conversion
An unsigned type was expected where a signed type was given and was implicitly cast to unsigned,
e.g.:
(374) missing basic type; int assumed
The basic type of a cast to a qualified basic type was missing and assumed to be int., e.g.:
(375) unknown FNREC type "*"
This is an internal compiler error. Contact HI-TECH Software technical support with details.
326
char c;
i;
func(); /* ditto, use: extern int func(int); */
unsigned char a;
/* thinks: chat & b are unsigned, but where is the comma? */
unsigned chat b;
unsigned int foo = -1;
/* the above initialization is implicitly treated as:
int foo = (signed) 2; /* here (signed) is assumed to be (signed int) */
unsigned int foo = (unsigned) -1; */
/* don’t let the compiler make assumptions, use : int i */
Error and Warning Messages
(Linker)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009