From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) by sourceware.org (Postfix) with ESMTPS id C97D43858D1E for ; Fri, 23 Dec 2022 10:50:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C97D43858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by mail.gandi.net (Postfix) with ESMTPSA id 2D0701BF205; Fri, 23 Dec 2022 10:50:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seketeli.org; s=gm1; t=1671792617; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Kg3r7KlKDsv6I5f2pMofbsWuHMwZCRcqpMqPwYxuxMQ=; b=mZ9JqH6TbSc407p3LOW7ECgk+XyT05vvstlWBKsH4kuLiiNxWn3Uwn2tzF0oCiqk/R1l6v dQ0VmHqpQGWLwL1fW5SPUwPUsHGrXiNx098JGoVi3cASVR559JJzOLRJOMiMISzO0P/1QQ S6pLPwR+y1W2iCf8CWMVR3iaudChSf4ERcuWWScdUbaY6wVrQrXbsx3AjHPZE8Ec8PWW+w sRhyzjJkwOfXH2psDrJdXYBONlMSKfoiOYPoGgpq5mmXYy3TXnsiPLKfYj+e/TycbsEWI3 vKLa24d0lmExQth+c6hH+n9YfP7ypvLLyAr0zpuLMZ7t3bhC7Ac4AJx/5KEvxQ== Received: by localhost (Postfix, from userid 1000) id 9CFF6581C78; Fri, 23 Dec 2022 11:50:16 +0100 (CET) From: Dodji Seketeli To: "Guillermo E. Martinez via Libabigail" Cc: "Guillermo E. Martinez" Subject: Re: [PATCH] ctf-reader: Fix missing initializer for member in test suite Organization: Me, myself and I References: <20221222154949.221391-1-guillermo.e.martinez@oracle.com> X-Operating-System: Fedora 38 X-URL: http://www.seketeli.net/~dodji Date: Fri, 23 Dec 2022 11:50:16 +0100 In-Reply-To: <20221222154949.221391-1-guillermo.e.martinez@oracle.com> (Guillermo E. Martinez via Libabigail's message of "Thu, 22 Dec 2022 09:49:49 -0600") Message-ID: <874jtmo0lz.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello Guillermo, "Guillermo E. Martinez via Libabigail" a =C3=A9crit: [...] > Compiler detects -Werror=3Dmissing-field-initializers in CTF test suite. > > * tests/test-read-ctf.cc (in_out_specs): Add initializer for > `option' field in test entry. > * tests/data/test-read-ctf/test-alias.o.abi: Adjust. > > Signed-off-by: Guillermo E. Martinez Applied to master, thanks! [...] Cheers, --=20 Dodji