From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A1973858438; Tue, 19 Dec 2023 03:13:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A1973858438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702955614; bh=mffeE98/dHZ6iKff4gWEzjEMfIE6Ej/yA/PmTb/68tA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eDz3LYAy0cygmw3KX+ZZLByo+krbtuRiVy/XFUyYvvikTnaTalJDq25oSxU9nydk3 6LRIj8zSR+BDJsqprxBVwqumTnfN4vmsnxgs6qkrZPhVbV4/8daswBmI6TPam93+ih yjRiMj61hXTir1mBqQs3aA5ezDHpwCgdBsRI0U28= From: "hp at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug sim/31181] sim: cris: decode unused base_insn variable warnings Date: Tue, 19 Dec 2023 03:13:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: sim X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hp at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31181 --- Comment #1 from Hans-Peter Nilsson --- I don't think it's worthwhile weeding out unused-variable warnings in gener= ated code. How about adding -Wno-error=3Dunused-variable for those files? Git-grepping for Wno-error I see there's partial support for adding that for individual files. --=20 You are receiving this mail because: You are on the CC list for the bug.=