17.2.31 Unsupported Function Attribute

The unsupported attribute indicates to the compiler that the function is not supported, similar to the deprecated attribute. A warning will be issued if the function is called. For example:
void __attribute__ ((unsupported)) legacyRead(void);