14.1.2.24 unsupported("message")
This attribute will display a custom message when the object is used.
int foo __attribute__((unsupported("This object is
unsupported"));
Access to foo
will generate a warning message.