https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90468
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <san...@gcc.gnu.org>: https://gcc.gnu.org/g:5c06ad9ab4a922c86265b2a1b167597c87b646f7 commit r15-9320-g5c06ad9ab4a922c86265b2a1b167597c87b646f7 Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Tue Apr 8 16:58:05 2025 +0000 Doc: Copy-edit text about -Wno-xxx [PR90468] The issue is specifically about a missing word, but I spotted other copy-editing issues like misplaced hyphens in nearby text. I also thought that the -Wimplicit example was anachronistic because it's a hard error in modern C dialects rather than a warning, and replaced it with something users are more likely to run into. gcc/ChangeLog PR c++/90468 * doc/invoke.texi (Warning Options): Clean up text describing -Wno-xxx.