audk/EmulatorPkg/Unix
Gerd Hoffmann 843f2d0964 EmulatorPkg: fix build error.
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>
2024-05-30 04:18:49 +00:00
..
Host EmulatorPkg: fix build error. 2024-05-30 04:18:49 +00:00
Xcode EmulatorPkg/Unix: Rename GdbRun to GdbRun.sh 2019-04-15 14:54:08 -07:00
.gdbinit InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host 2011-06-28 16:47:23 +00:00
GdbRun.sh EmulatorPkg/Unix: Fix various typos 2020-02-10 22:30:07 +00:00
lldbefi.py EmulatorPkg: Update lldbefi.py to work with current lldb which uses python3 2021-12-13 15:24:10 +00:00
lldbinit EmulatorPkg: Unix: Add LLDB support for Xcode 5 2014-08-29 18:52:42 +00:00