edk2/BaseTools/Source
Gerd Hoffmann 9af06ef3cb 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 <kraxel@redhat.com>
2026-02-01 20:30:31 +00:00
..
C BaseTools/EfiRom: fix compiler warning 2026-02-01 20:30:31 +00:00
Python BaseTools: Prevent Subsection PCDs from polluting global expressions 2026-01-30 09:55:39 +00:00