SW500010 Microchip Technology, SW500010 Datasheet - Page 462

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
(1088) function pointer "*" is used but never assigned a value
A function call involving a function pointer was made, but the pointer was never assigned a target
address, e.g.:
(1089) recursive function call to "*"
A recursive call to the specified function has been found. The call may be direct or indirect (using
function pointers) and may be either a function calling itself, or calling another function whose call
graph includes the function under consideration.
(1090) variable "*" is not used
This variable is declared but has not been used by the program. Consider removing it from the
program.
(1091) main function "*" not defined
The main function has not been defined. Every C program must have a function called main.
(1094) bad derived type
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(1095) bad call to typeSub()
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(1096) type should be unqualified
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(1097) unknown type string "*"
This is an internal compiler error. Contact HI-TECH Software technical support with details.
462
void ( * fp)(int);
fp(23);
/ * oops -- what function does fp point to? * /
Error and Warning Messages
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)

Related parts for SW500010