diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2025-02-12 19:37:34 -0500 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-02-24 16:30:19 +0000 |
commit | 2625e9196372f31f230e26d3a90dbde16a4e1667 (patch) | |
tree | cee3f3e9adccf6e14c6c4682cc8b31a7fa34ff48 /MdeModulePkg/Include/Protocol/Ps2Policy.h | |
parent | 3e7e3e2467445fe3b5931c1423a36df09cc26a80 (diff) | |
download | edk2-master.tar.gz |
Compilation error:
```
ArmStandaloneMmCoreEntryPoint.c:1041:48: error: cast to smaller
integer type 'unsigned long' from 'void *'
[-Werror,-Wvoid-pointer-to-int-cast]
1041 | DEBUG ((DEBUG_INFO, "Start Dump Hob: %lx\n",
(unsigned long)HobStart));
```
The `%p` specifer is now used to print the pointers.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Diffstat (limited to 'MdeModulePkg/Include/Protocol/Ps2Policy.h')
0 files changed, 0 insertions, 0 deletions