avr gcc - avr-gcc: suppress warning "'__progmem__' attribute ignored" -


Do anyone know how this warning can be suppressed?

Thanks

From the GCC (1) man page:

< Blockquote> -no-attributes

Do not warn if an unexpected "__attribute__" is used, as the unrecognized attributes, the function attributes are applied to variables, etc. This will not prevent errors for misuse of supported features.


Comments

Popular posts from this blog

How to Create Master-Details view using Asp.Net MVC framework -

delphi - Mouseover hint for TChart series value -

java - django-like frameworks? -