07.04.2013 Views

MPLAB C Compiler for PIC24 MCUs and dsPIC DSCs ... - Microchip

MPLAB C Compiler for PIC24 MCUs and dsPIC DSCs ... - Microchip

MPLAB C Compiler for PIC24 MCUs and dsPIC DSCs ... - Microchip

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Diagnostics<br />

void expression between ‘(‘ <strong>and</strong> ’)’<br />

Expecting a constant expression but found a void expression between the<br />

parentheses.<br />

‘void’ in parameter list must be the entire list<br />

If ‘void’ appears as a parameter in a parameter list, then there must be no other<br />

parameters.<br />

void value not ignored as it ought to be<br />

The value of a void function should not be used in an expression.<br />

W<br />

warning: -pipe ignored because -save-temps specified<br />

The -pipe option cannot be used with the -save-temps option.<br />

warning: -pipe ignored because -time specified<br />

The -pipe option cannot be used with the -time option.<br />

warning: ‘-x spec’ after last input file has no effect<br />

The ‘-x’ comm<strong>and</strong> line option affects only those files named after its on the comm<strong>and</strong><br />

line; if there are no such files, then this option has no effect.<br />

weak declaration of ‘name’ must be public<br />

Weak symbols must be externally visible.<br />

weak declaration of ‘name’ must precede definition<br />

‘name’ was defined <strong>and</strong> then declared weak.<br />

wrong number of arguments specified <strong>for</strong> attribute attribute<br />

There are too few or too many arguments given <strong>for</strong> the attribute named ‘attribute’.<br />

wrong type argument to bit-complement<br />

Do not use the wrong type of argument to this operator.<br />

wrong type argument to decrement<br />

Do not use the wrong type of argument to this operator.<br />

wrong type argument to increment<br />

Do not use the wrong type of argument to this operator.<br />

wrong type argument to unary exclamation mark<br />

Do not use the wrong type of argument to this operator.<br />

wrong type argument to unary minus<br />

Do not use the wrong type of argument to this operator.<br />

wrong type argument to unary plus<br />

Do not use the wrong type of argument to this operator.<br />

Z<br />

zero width <strong>for</strong> bit-field ‘identifier’<br />

Bit-fields may not have zero width.<br />

© 2008 <strong>Microchip</strong> Technology Inc. DS51284H-page 181

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!