Hi!When using this the [[ noreturn ]] attribute like this: - void f [[ noreturn ]] (); - I get a warning that reads:
warning: 'noreturn' function does return ( http://www.stroustrup.com/C++11FAQ.html#attributes ) What can I do to remove this warning?Thanks