Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 3597306191297b504683b83fe7750e49c6a2e836
https://github.com/tianocore/edk2/commit/3597306191297b504683b83fe7750e49c6a2e836
Author: Gerd Hoffmann <[email protected]>
Date: 2026-02-01 (Sun, 01 Feb 2026)
Changed paths:
M BaseTools/Source/C/Common/StringFuncs.c
Log Message:
-----------
BaseTools/StringFuncs: fix gcc 16 warning
StringFuncs.c: In function ‘SplitStringByWhitespace’:
StringFuncs.c:113:15: error: variable ‘Item’ set but not used
[-Werror=unused-but-set-variable=]
113 | UINTN Item;
| ^~~~
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: 9af06ef3cbb052b142f9660c2c01e7aeb401300c
https://github.com/tianocore/edk2/commit/9af06ef3cbb052b142f9660c2c01e7aeb401300c
Author: Gerd Hoffmann <[email protected]>
Date: 2026-02-01 (Sun, 01 Feb 2026)
Changed paths:
M BaseTools/Source/C/EfiRom/EfiRom.c
Log Message:
-----------
BaseTools/EfiRom: fix compiler warning
New warning after updating gcc:
EfiRom.c: In function ‘main’:
EfiRom.c:78:17: error: assignment discards ‘const’ qualifier from pointer
target type [-Werror=discarded-qualifiers]
The assigned value is not used, so fix the warning by just removing it.
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: 0f451f6e1ff92b939e91cfef1215b25d0f96b1f7
https://github.com/tianocore/edk2/commit/0f451f6e1ff92b939e91cfef1215b25d0f96b1f7
Author: Gerd Hoffmann <[email protected]>
Date: 2026-02-01 (Sun, 01 Feb 2026)
Changed paths:
M MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c
Log Message:
-----------
MdeModulePkg/CustomizedDisplayLib: fix gcc 16 warning
MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c: In function
‘CreateDialog’:
MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c:435:18: error:
variable ‘Count’ set but not used [-Werror=unused-but-set-variable=]
435 | UINTN Count;
| ^~~~~
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: 21441cdf2996608d706c397a45e9ea2b1c1ab811
https://github.com/tianocore/edk2/commit/21441cdf2996608d706c397a45e9ea2b1c1ab811
Author: Gerd Hoffmann <[email protected]>
Date: 2026-02-01 (Sun, 01 Feb 2026)
Changed paths:
M MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c
Log Message:
-----------
MdeModulePkg/SmbiosMeasurementDxe: fix gcc 16 warning
MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c: In function
‘GetSmbiosStringById’:
MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c:221:10:
error: variable ‘Size’ set but not used [-Werror=unused-but-set-variable=]
221 | UINTN Size;
| ^~~~
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: 8992abde26b2c60a859f38b16df7ff5ab5148a22
https://github.com/tianocore/edk2/commit/8992abde26b2c60a859f38b16df7ff5ab5148a22
Author: Gerd Hoffmann <[email protected]>
Date: 2026-02-01 (Sun, 01 Feb 2026)
Changed paths:
M MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c
Log Message:
-----------
MdeModulePkg/DisplayEngineDxe: fix gcc 16 warning
MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c: In function
‘CreateSharedPopUp’:
MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c:590:11: error:
variable ‘Count’ set but not used [-Werror=unused-but-set-variable=]
590 | UINTN Count;
| ^~~~~
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: e01df522811363bf0dfb2bb5921f6f79396213d8
https://github.com/tianocore/edk2/commit/e01df522811363bf0dfb2bb5921f6f79396213d8
Author: Gerd Hoffmann <[email protected]>
Date: 2026-02-01 (Sun, 01 Feb 2026)
Changed paths:
M MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c
Log Message:
-----------
MdeModulePkg/VarCheckHiiLib: fix gcc 16 warning
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c: In function
‘ParseFv’:
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c:263:34: error:
variable ‘FfsIndex’ set but not used [-Werror=unused-but-set-variable=]
263 | UINTN FfsIndex;
| ^~~~~~~~
Signed-off-by: Gerd Hoffmann <[email protected]>
Commit: ff69be351986a25f229eb0860560c5a2d293b9d3
https://github.com/tianocore/edk2/commit/ff69be351986a25f229eb0860560c5a2d293b9d3
Author: Gerd Hoffmann <[email protected]>
Date: 2026-02-01 (Sun, 01 Feb 2026)
Changed paths:
M MdeModulePkg/Universal/CapsuleOnDiskLoadPei/CapsuleOnDiskLoadPei.c
Log Message:
-----------
MdeModulePkg/CapsuleOnDiskLoadPei: fix gcc 16 warning
MdeModulePkg/Universal/CapsuleOnDiskLoadPei/CapsuleOnDiskLoadPei.c:176:11:
error: variable ‘Index’ set but not used [-Werror=unused-but-set-variable=]
176 | UINTN Index;
| ^~~~~
Signed-off-by: Gerd Hoffmann <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/50a00eb5d43c...ff69be351986
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits