From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 7CBE03857C43 for ; Mon, 1 Nov 2021 04:59:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7CBE03857C43 Received: by smtp.gentoo.org (Postfix, from userid 559) id 215D0342D33; Mon, 1 Nov 2021 04:59:44 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH 1/9] sim: or1k: build with -Werror Date: Mon, 1 Nov 2021 00:59:37 -0400 Message-Id: <20211101045945.23481-1-vapier@gentoo.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 01 Nov 2021 04:59:45 -0000 The only warnings left in this port are a few maybe-uninitialized, but we don't abort the build for them, so turn on -Werror everywhere. --- sim/or1k/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in index 8f447fdc291a..c6bd03b756cd 100644 --- a/sim/or1k/Makefile.in +++ b/sim/or1k/Makefile.in @@ -55,9 +55,6 @@ SIM_EXTRA_LIBS = -lm SIM_EXTRA_CLEAN = or1k-clean -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = - ## COMMON_POST_CONFIG_FRAG arch = or1k -- 2.33.0