public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [edk2 Patch 0/1] Fix compiler errors due to implicit conversions
@ 2024-02-06 16:23 Jayaprakash, N
  2024-02-06 16:23 ` [edk2-devel] [edk2 Patch 1/1] EmbeddedPkg: " Jayaprakash, N
  0 siblings, 1 reply; 4+ messages in thread
From: Jayaprakash, N @ 2024-02-06 16:23 UTC (permalink / raw)
  To: devel; +Cc: Jayaprakash N

This commit fixes compilation issues reported through BZ4669.
There were several compilation errors due to implicit type
conversions in EmbeddedPkg. Fixed all the issues with the
correct usage of explicit type conversions based on the
context.

Jayaprakash N (1):
  EmbeddedPkg: Fix compiler errors due to implicit conversions

 EmbeddedPkg/GdbStub/X64/Processor.c           | 36 +++++++++----------
 EmbeddedPkg/Include/libfdt_env.h              |  8 ++---
 EmbeddedPkg/Library/FdtLib/fdt.c              |  9 ++---
 EmbeddedPkg/Library/FdtLib/fdt_overlay.c      | 20 +++++------
 EmbeddedPkg/Library/FdtLib/fdt_ro.c           | 32 ++++++++---------
 EmbeddedPkg/Library/FdtLib/fdt_rw.c           | 24 ++++++-------
 EmbeddedPkg/Library/FdtLib/fdt_strerror.c     |  2 +-
 EmbeddedPkg/Library/FdtLib/fdt_strtoul.c      |  2 +-
 EmbeddedPkg/Library/FdtLib/fdt_sw.c           | 10 +++---
 EmbeddedPkg/Library/FdtLib/fdt_wip.c          |  4 +--
 .../MemoryAllocationLib.c                     |  2 +-
 EmbeddedPkg/Universal/MmcDxe/MmcBlockIo.c     |  8 ++---
 .../Universal/MmcDxe/MmcIdentification.c      | 22 ++++++------
 13 files changed, 90 insertions(+), 89 deletions(-)

-- 
2.40.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115180): https://edk2.groups.io/g/devel/message/115180
Mute This Topic: https://groups.io/mt/104200928/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-08 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 16:23 [edk2-devel] [edk2 Patch 0/1] Fix compiler errors due to implicit conversions Jayaprakash, N
2024-02-06 16:23 ` [edk2-devel] [edk2 Patch 1/1] EmbeddedPkg: " Jayaprakash, N
2024-02-07 19:59   ` Laszlo Ersek
2024-02-08 17:58     ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox