https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118458
--- Comment #4 from Stephen Berry <stephenberry.developer at gmail dot com> --- One particular warning I'm trying to silence right now is: `used but never defined`. I now see that there is an open issue to disable this particular warning here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66918 It would be useful to be able to disable all warnings as we wait for specific options to be added to disable warnings.