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

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -