From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 26258941DC7 for ; Tue, 20 Aug 2024 20:48:52 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=/gXTrAo/80mm+DBWGx7VuNepyHDcA394eCqhyBpyQBM=; c=relaxed/simple; d=groups.io; h=MIME-Version:From:Date:Message-ID:Subject:To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240206; t=1724186932; v=1; b=2BM/if1PMNEXamEFn4yRckUcHj6RDzmni+pRuhZ249Vx28mtkBYw2FwQbPiBzpqrmTDgsXq8 D3WRIhT8wGcPKYzlHUWWA/i/rbt+gxd3yaik6gCMgs2zKxcKCHC6kEROzo252MpbCVbIWWgdzFt PYD8rTwgZge/LNE4l3qaGp/SwCTsJ6Tx6SetORYhKEbm+if0OnZm02I9PbOSPc0iYrpHeZwJkHM vr+421WChuBxIEW/Nl9qOzGsD14vf/PocItcC5Foe7oulCxK7C0psllrpW6WzUREorsTeEMMJFL 4Vbhr3FqhqeEWCIJFVBInDXo/gLjRLmy1s8H7aDhgSZlA== X-Received: by 127.0.0.2 with SMTP id ydPgYY7687511xSkKDk10KtR; Tue, 20 Aug 2024 13:48:51 -0700 X-Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) by mx.groups.io with SMTP id smtpd.web10.14519.1724145984354431635 for ; Tue, 20 Aug 2024 02:26:24 -0700 X-Received: by mail-qv1-f52.google.com with SMTP id 6a1803df08f44-6bf6beda038so31621496d6.2 for ; Tue, 20 Aug 2024 02:26:24 -0700 (PDT) X-Gm-Message-State: QRvqhj4KEBfmgHl8cswhp37yx7686176AA= X-Google-Smtp-Source: AGHT+IGOgqnBspQnGI0IwwyMdqQIgR+2cTg6+43JdpHKZBb8wpByQmArPT+XK5FA9LkHCjSwtxX55JxS6GVPK0rGxyA= X-Received: by 2002:a05:6214:448d:b0:6b0:77fb:8f24 with SMTP id 6a1803df08f44-6bf7cdbeca2mr135173946d6.17.1724145983180; Tue, 20 Aug 2024 02:26:23 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?B?TWVoZGkgR8O8cmVs?= Date: Tue, 20 Aug 2024 12:26:12 +0300 Message-ID: Subject: =?UTF-8?B?W2VkazItZGV2ZWxdIFN0YW5kYWxvbmVNbUNvcmVFbnRyeVBvaW50LmM6MjA4Ojg6IGVycm9yOiDigJhGZmFFbmFibGVk4oCZIG1heSBiZSB1c2VkIHVuaW5pdGlhbGl6ZWQ=?= To: devel@edk2.groups.io Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 20 Aug 2024 13:48:51 -0700 Resent-From: mehdigurel@gmail.com Reply-To: devel@edk2.groups.io,mehdigurel@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: multipart/alternative; boundary="000000000000de5a9806201a04ed" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="2BM/if1P"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io --000000000000de5a9806201a04ed Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable In the last changes you made, you set a default bool variable in the else statement. That's why I'm getting a warning message. When I tried changing the compiler flag it didn't work. *export CFLAGS=3D"-O2 -Wall -Wno-error"* Do you have any advice on this subject? Thank you very much in advance. *edk2-stable202405* /edk2/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/Arm/StandaloneMmC= oreEntryPoint.c:208:8: error: =E2=80=98FfaEnabled=E2=80=99 may be used uninitialized [-Werror=3Dma= ybe-uninitialized] | 208 | if (FfaEnabled) { | | ^ | /edk2/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/Arm/StandaloneMmCo= reEntryPoint.c:127:15: note: =E2=80=98FfaEnabled=E2=80=99 was declared here | 127 | BOOLEAN FfaEnabled; | | ^~~~~~~~~~ -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120380): https://edk2.groups.io/g/devel/message/120380 Mute This Topic: https://groups.io/mt/108008399/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- --000000000000de5a9806201a04ed Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
In the last changes you made, you set a default bool varia= ble in the else statement. That's why I'm getting a warning message= .=C2=A0When I tried changing the compiler flag it didn't work.

= export CFLAGS=3D"-O2 -Wall -Wno-error"

Do you have = any advice on this subject? Thank you very much in advance.
edk2-stab= le202405

=C2=A0/edk2/StandaloneMmPkg/Library/StandaloneMmCoreEnt= ryPoint/Arm/StandaloneMmCoreEntryPoint.c:208:8: error: =E2=80=98FfaEnabled= =E2=80=99 may be used uninitialized [-Werror=3Dmaybe-uninitialized]
| = =C2=A0 208 | =C2=A0 =C2=A0 if (FfaEnabled) {
| =C2=A0 =C2=A0 =C2=A0 | = =C2=A0 =C2=A0 =C2=A0 =C2=A0^
| /edk2/StandaloneMmPkg/Library/StandaloneM= mCoreEntryPoint/Arm/StandaloneMmCoreEntryPoint.c:127:15: note: =E2=80=98Ffa= Enabled=E2=80=99 was declared here
| =C2=A0 127 | =C2=A0 BOOLEAN =C2=A0 = =C2=A0 FfaEnabled;
| =C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~
_._,_._,_

Groups.io Links:

=20 You receive all messages sent to this group. =20 =20

View/Reply Online (#120380) | =20 | Mute= This Topic | New Topic
Your Subscriptio= n | Contact Group Owner | Unsubscribe [rebecca@openfw.io]

_._,_._,_
--000000000000de5a9806201a04ed--