Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.

MPLAB
®
XC16 C Compiler Users Guide
DS50002071C-page 252 2012-2013 Microchip Technology Inc.
G
global register variable follows a function definition
Global register variables should precede function definitions.
global register variable has initial value
Do not specify an initial value for a global register variable.
global register variable identifier used in nested function
Do not use a global register variable in a nested function.
H
identifier has an incomplete type
It is not legal to have an incomplete type for the specified identifier.
identifier has both extern and initializer
A variable declared extern cannot be initialized.
hexadecimal floating constants require an exponent
Hexadecimal floating constants must have exponents.
I
implicit declaration of function identifier
The function identifier is used without a preceding prototype declaration or function
definition.
impossible register constraint in asm
The asm statement is invalid.
incompatible type for argument n of identifier
When calling functions in C, ensure that actual argument types match the formal
parameter types.
incompatible type for argument n of indirect function call
When calling functions in C, ensure that actual argument types match the formal
parameter types.
incompatible types in operation
The types used in operation must be compatible.
incomplete name option
The option to the command-line parameter name is incomplete.
inconsistent operand constraints in an asm
The asm statement is invalid.
increment of pointer to unknown structure
Do not increment a pointer to an unknown structure.
initializer element is not computable at load time
Initializer elements must be computable at load time.
initializer element is not constant
Initializer elements must be constant.
initializer fails to determine size of identifier
An array initializer fails to determine its size.

e-Highlighter

Click to send permalink to address bar, or right-click to copy permalink.

Un-highlight all Un-highlight selectionu Highlight selectionh