From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 300C83858D20; Wed, 9 Nov 2022 15:48:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 300C83858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668008930; bh=jnLF3BACxf/IdCDan1bXw6aBnNvoS5pThE+yMpoZ0rM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vwrQ2tUt6hluC+97y2VKtFQHfZIMztUuQgC2U/+peCo5haamBu/8jJ+fIhOPBBkKN IXLRcbTaa6VGDCSyTYZ81PLiF8P4gUd7Vm98LCSmFvtg4trF3GNJHlewg5RxB1x+ja fwBDp1qeflDFD8HTAqhWIgvoF6n4JFgRw9Czz5cM= From: "sam at gentoo dot org" To: gdb-prs@sourceware.org Subject: [Bug sim/29752] sim: build failure with Clang 16 (-Wincompatible-function-pointer-types, -Wimplicit-function-declaration) Date: Wed, 09 Nov 2022 15:48:49 +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: sam at gentoo 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=3D29752 --- Comment #6 from Sam James --- > On 9 Nov 2022, at 15:38, simark at simark dot ca wrote: >=20 > =EF=BB=BFhttps://sourceware.org/bugzilla/show_bug.cgi?id=3D29752 >=20 > Simon Marchi changed: >=20 > What |Removed |Added > -------------------------------------------------------------------------= --- > CC| |simark at simark dot ca >=20 > --- Comment #5 from Simon Marchi --- > Also, releases, build without -Werror by default, so it's not the end of = the > world if there are benign warnings in releases. >=20 They become errors by default. Not building with -Werror doesn't make a difference. You have to specifically negate it with -Wno... if you want to = do that. --=20 You are receiving this mail because: You are on the CC list for the bug.=