From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 437bHQ6WQmFCdAAAWB0awg (envelope-from ) for ; Wed, 15 Sep 2021 20:55:42 -0400 Received: by simark.ca (Postfix, from userid 112) id 644701EE25; Wed, 15 Sep 2021 20:55:42 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id A33361EE14 for ; Wed, 15 Sep 2021 20:55:41 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 162CD385781A for ; Thu, 16 Sep 2021 00:55:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 162CD385781A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1631753741; bh=/kkj4ZsfOWXyKThmpZXZjact39l9ZOxtv5r08DvnuQ8=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=r916T3G0EocFlnlA7IvV1IUqadDJ3g0FUVF6iINdT5F5W+3Mp9wWhM+Dgf602P74/ BzZXIuEVIYSR57kKPs+/VRTOBlCB7Bev+TZWqjy72SEAAUnfLce7ayypxt6SgsQqJi 8rIYEptwjV8CRNmbbXSln+7Nta6QlRkCc/3a43to= Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id F148D3858C39 for ; Thu, 16 Sep 2021 00:55:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F148D3858C39 Received: by smtp.gentoo.org (Postfix, from userid 559) id DDEC2343003; Thu, 16 Sep 2021 00:55:20 +0000 (UTC) To: gdb-patches@sourceware.org Subject: [PATCH] gdb: manual: fix werrors typo Date: Wed, 15 Sep 2021 20:55:18 -0400 Message-Id: <20210916005518.11194-1-vapier@gentoo.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" --- gdb/doc/gdb.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 58479ef3ed6a..88cf23a97527 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -38843,7 +38843,7 @@ different warning flags, depending on the exact version of the compiler you are using. @item --enable-werror -Treat compiler warnings as werrors. It adds the @code{-Werror} flag +Treat compiler warnings as errors. It adds the @code{-Werror} flag to the compiler, which will fail the compilation if the compiler outputs any warning messages. -- 2.33.0