manoja328 / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
1 stars 1 forks source link

Suppress/toggle Warnings on/off #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In a current project I use the PSTR macro (inline definition of PROGMEM 
string) frequently. Unfortunately, the AVR C++ compiler issues a warning 
whenever it's used and I've not found a way to avoid this. Consequently 
it's more difficult to spot compile errors amongst all the warnings.

It would help a lot if there was an on/off toggle for suppress warnings in 
proximity to the listbox (e.g. implemented as a listbox filter).

Original issue reported on code.google.com by bflaglie@c2i.net on 7 Dec 2009 at 9:42

GoogleCodeExporter commented 9 years ago
shouldn't be hard, will add to todo list

Original comment by frank.zhao.main@gmail.com on 7 Dec 2009 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by frank.zhao.main@gmail.com on 9 Dec 2009 at 5:32