News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

proton compiler question

Started by Pepe, Oct 03, 2021, 12:09 AM

Previous topic - Next topic

Pepe

As you can disable the compiler warnings so that the progress bars of the amount of program memory used and variables appear in the Proton IDE if I compile correctly.

top204

See page 415 of the compiler's manual, in the "Compiler Directives" section. "Misc Declares"

Pepe

If I ask a question it is because I have already read the manual and do not want to bother with a silly question. The problem was in a library that enabled the warnings although I disabled them in the main program, thank you also for your response Les.

top204

The Warnings and Hints declares can be issued multiple times throughout a program, so sections of code can have warnings and hints enabled and disabled to suit the code's flow.

There are very few "silly questions". The only silly question, in my opinion, is when the same question is asked more than once by the same person. :-) What one person would consider a simple question/answer, another person would consider as new information.