From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id mIfENGAfh2GOYAAAWB0awg (envelope-from ) for ; Sat, 06 Nov 2021 20:35:44 -0400 Received: by simark.ca (Postfix, from userid 112) id D5E0B1F0C1; Sat, 6 Nov 2021 20:35:44 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 3F96B1EE1A for ; Sat, 6 Nov 2021 20:35:44 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BB5183858027 for ; Sun, 7 Nov 2021 00:35:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB5183858027 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1636245343; bh=K7rPrXJ8ZA+Vx0PSy+65+TlhQLo6QgaRSb1L3YJdC6s=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=w1r1CfldAWViikyqOQXMzMeIc24GcS6WgVx/W6BpMeJy5+IlQAgZhrigGRpwqdh8h vrPhA+eJdwrExFXbN2FKjyrOEttifLTC5ogCm9pAAhID9IyfA4tzd9dkiLKFcpLCia Edorxormrq24BGDmMFPmzKWlugWJXllT91uEOVTk= Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id A58A33857C77 for ; Sun, 7 Nov 2021 00:33:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A58A33857C77 Received: by smtp.gentoo.org (Postfix, from userid 559) id 27AB0343156; Sun, 7 Nov 2021 00:33:08 +0000 (UTC) To: gdb-patches@sourceware.org Subject: [PATCH 6/6] sim: sh: enable -Werror everywhere Date: Sat, 6 Nov 2021 20:32:54 -0400 Message-Id: <20211107003254.4298-6-vapier@gentoo.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211107003254.4298-1-vapier@gentoo.org> References: <20211107003254.4298-1-vapier@gentoo.org> 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" With most of the warnings fixed in interp.c, we can enable -Werror here too now. There are some -Wmaybe-uninitialized warnings still lurking that look legitimate, but we don't flag those are fatal, and I don't have the expertise to dive into each opcode to figure out the right way to clean them up. --- sim/sh/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index 4c5b9ad9a0af..e58cd48f1ae2 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -27,7 +27,4 @@ SIM_OBJS = \ SIM_EXTRA_LIBS = -lm SIM_EXTRA_DEPS = table.c code.c ppi.c -# Some modules don't build cleanly yet. -interp.o: SIM_WERROR_CFLAGS = - ## COMMON_POST_CONFIG_FRAG -- 2.33.0