We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Building with gcc-3.4.5 fails with error:
tommath.h:234: error: wrong number of arguments specified for `deprecated' attribute
It looks like gcc 3.x does support:
__attribute__((deprecated))
but not:
__attribute__((deprecated("some message")))