https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86407
--- Comment #6 from Alex Henrie <alexhenrie24 at gmail dot com> --- Created attachment 46363 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46363&action=edit [PATCH] Add option to ignore fndecl attributes on function pointers This patch separates warnings about applying function definition attributes to function pointers into a separate -Wstrict-function-attributes option. It's the ideal solution for Wine and it fits well with GCC's existing design. Any comments before I send it to the mailing list?