From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0F3A13858D20; Tue, 23 Jan 2024 00:25:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F3A13858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705969534; bh=IMAazsr5ZSZtnJHqSxEDX0tT1dF5CM3Osd1OMsuMoDQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D5luuQVBcnm2BYlVpUwkPvSUoUhInT986b8MUu1zqSumLunazie5VTVbsdbRxyPS+ c3oZAR8V8IMmVUChKqqalyAgbWUCVGjR2RFiG6py8babkPAuDYhMsru60JnPAvRpd6 klQjXccaaxOcYXthWGBVsiuxwAB+Nhc9QpM7cc7k= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/90463] Documentation: -Wunused not listed among the options enabled by -Wall Date: Tue, 23 Jan 2024 00:25:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: sandra at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D90463 --- Comment #3 from GCC Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:7e758890a4c86db790a5f9aef0191eef77047f65 commit r14-8342-g7e758890a4c86db790a5f9aef0191eef77047f65 Author: Sandra Loosemore Date: Mon Jan 22 22:38:49 2024 +0000 Correct lists of options enabled by -Wall and -Wextra [PR90463] gcc/ChangeLog PR c++/90463 * doc/invoke.texi (Warning Options): Correct lists of options enabled by -Wall and -Wextra by checking against common.opt and c-family/c.opt.=