mirror of https://github.com/acidanthera/audk.git
GasketSecSetTime is EMU_SET_TIME and returns EFI_STATUS. Fix the declaration accordingly. Fixes build error with gcc 14. /home/kraxel/projects/edk2/EmulatorPkg/Unix/Host/EmuThunk.c:429:3: error: initialization of ‘EFI_STATUS (__attribute__((ms_abi)) *)(EFI_TIME *)’ {aka ‘long long unsigned int (__attribute__((ms_abi)) *)(EFI_TIME *)’} from incompatible pointer type ‘void (__attribute__((ms_abi)) *)(EFI_TIME *)’ [-Wincompatible-pointer-types] 429 | GasketSecSetTime, | ^~~~~~~~~~~~~~~~ Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> |
||
---|---|---|
.. | ||
Ia32 | ||
X64 | ||
BerkeleyPacketFilter.c | ||
BlockIo.c | ||
EmuThunk.c | ||
Gasket.h | ||
Host.c | ||
Host.h | ||
Host.inf | ||
LinuxPacketFilter.c | ||
MemoryAllocationLib.c | ||
PosixFileSystem.c | ||
Pthreads.c | ||
X11GraphicsWindow.c | ||
X11IncludeHack |