[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v8 16/47] xen/tools/kconfig: fix build with -Wdeclaration-after-statement
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 7 Dec 2021 12:20:54 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=w/YG7ewcnOsfEMnvus0ZdTDuCEDNYWF7nyZpk1MfpVc=; b=gOB4ouBXTcncykwDIAwrf2Fw6m2KyBZrwj11ruIgbC4BlPmdv+00NHWd7F9er1VApHtV+1flxSGkhFIAhG5e5mdU/S5JJfw7z9Bj79DoFZq1JcUzR36rfCSyQiRmcsrIBFg3+TSr4/qKfcx4Z323C6hkir1T6QGhW0ocnSoWJB0UVCGmElFwGQhDvGw5NG9JpOVnOkoQoz1MGKZZqKRN7ToukiJoWrniUWD0747KRlZxwLC6IBpX0zzz/lXpWsMY/OyNGKhberuoN/c0q1sdHn/IPf+Yc4xdP0hAv9RQYreWfDhXEAiICF17bElwpPqEjcb8dEVaja+asg87om1ivA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SuarTOkc5BbBxFnF5TGs0LWraclbK+4EBi0AB9homZdtJEku+oPGfS8xfVoEStqK+sYp8tt/SRgpw6tp2bwqJJys/X7hcgEukmUNllCjYMksWQC6MB1RMO1OwZ68fDK4YF25c20aPZgDOAiDYdJIUyWogSPcWy00rXi1rlCcNxCo/wit+DBz6bS3LrNYOf4fElLepkSNGXKXG31h2pFZdMKero5VjmMJx917f1j3/PD+qMcfpacMMiarFuzHMXwnLhuqj9jHDw0IMc98ufxBdXWJGy2LWQxN823tQzTC7gG9R7ut8BNb7Y6LghfsZAEFAgOxnKDGdgZ322/StbtPvg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Doug Goldstein <cardoe@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 07 Dec 2021 11:21:19 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 25.11.2021 14:39, Anthony PERARD wrote:
> We are going to start building kconfig with HOSTCFLAGS from Config.mk,
> it has the flag "-Wdeclaration-after-statement".
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
|