https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98543

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-01-07
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
-Wunused-function fails to diagnose it because the address is taken. But the
address doesn't escape that function.

Reply via email to