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