12.07.2015 Views

MPLAB C32 C COMPILER USER'S GUIDE

MPLAB C32 C COMPILER USER'S GUIDE

MPLAB C32 C COMPILER USER'S GUIDE

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.

<strong>MPLAB</strong> ® <strong>C32</strong> C Compiler User’s GuideTABLE 1-5:Option-Wunused-parameter-Wunused-variable-Wunused-valueWARNING AND ERROR OPTIONS IMPLIED BY-WALL (CONTINUED)DefinitionWarn whenever a function parameter is unused aside from itsdeclaration. To suppress this warning, use the unusedattribute.Warn whenever a local variable or non-constant staticvariable is unused aside from its declaration. To suppress thiswarning, use the unused attribute.Warn whenever a statement computes a result that isexplicitly not used. To suppress this warning, cast theexpression to void.DS51686A-page 22© 2007 Microchip Technology Inc.

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

Saved successfully!

Ooh no, something went wrong!