Quote:
|
Originally Posted by gnormhurst
Is there a way to increase the number of warnings for the compiler? Like gcc -Wall?
|
You can set the message level: Project | Build Options | Project
Then on the MPLAB C18 tab, set the Diagnostic Level="Errors, Warnings, and Messages"
I make no guarantee, however, that it will catch these problems.