warn_unused_result not supported is there a way to make it work

I have a function declared with “attribute ((warn_unused_result))” and I get the following warning:

attribute “warn_unused_result” ignored

is it going to be supported soon?