From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.9957.1648123486950043662 for ; Thu, 24 Mar 2022 05:04:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=H5ANtkvt; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648123486; 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; bh=z5H4wKZDpkTDKdoo5DVs6xWMJyaMx5oSJSMGnGsECGs=; b=H5ANtkvtLtRZv8lA6t/JgUwUgmmcmS9qilKpVW6hKWWT9/7mkGAiLvWAju9a+eCHSA220+ tBaHBZqAWBVAK9Fi2EhAyXHccmUUYINmQ+L1rzGlnejXQIcu4WXVis27NiJRWu1YMjIrhy vh36oGVBuv+GhmRdzJUoP/Chm0Vz9AQ= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-534-A2FPRVdUMpiPsl9E-o1ygw-1; Thu, 24 Mar 2022 08:04:44 -0400 X-MC-Unique: A2FPRVdUMpiPsl9E-o1ygw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 902C1811E76; Thu, 24 Mar 2022 12:04:44 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.196.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7DC079E60; Thu, 24 Mar 2022 12:04:38 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 4F25618003B8; Thu, 24 Mar 2022 13:04:36 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Pawel Polawski , Liming Gao , Yuwei Chen , Oliver Steffen , Bob Feng , Gerd Hoffmann Subject: [PATCH 0/3] BaseTools: patches to build with gcc12 Date: Thu, 24 Mar 2022 13:04:33 +0100 Message-Id: <20220324120436.939688-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Two bugfixes (patches 1+2), one workaround (#3). Gerd Hoffmann (3): BaseTools: fix gcc12 warning BaseTools: fix gcc12 warning Basetools: turn off gcc12 warning BaseTools/Source/C/GenFfs/GenFfs.c | 2 +- BaseTools/Source/C/GenSec/GenSec.c | 2 +- BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c | 3 ++- BaseTools/Source/C/DevicePath/GNUmakefile | 3 +++ 4 files changed, 7 insertions(+), 3 deletions(-) -- 2.35.1