audk/StandaloneMmPkg
Michael Kubacki 1d27e58e40 StandaloneMmPkg/StandaloneMmCore: Fix compiler warning
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3204

Fixes the following compiler warning in VS2019 by changing defining
the MmramRangeCount variable to be UINTN and type casting prior
to value assignment.

\edk2\StandaloneMmPkg\Core\StandaloneMmCore.c(570): error C2220:
  the following warning is treated as an error
\edk2\StandaloneMmPkg\Core\StandaloneMmCore.c(570): warning C4244:
  '=': conversion from 'UINT64' to 'UINT32', possible loss of data

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
2021-02-11 08:52:04 +00:00
..
Core StandaloneMmPkg/StandaloneMmCore: Fix compiler warning 2021-02-11 08:52:04 +00:00
Drivers/StandaloneMmCpu/AArch64 StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCpu 2021-01-07 11:13:39 +00:00
Include StandaloneMmPkg/FvLib.h: Add EFIAPI to FfsFindSection() 2021-02-10 22:45:58 +00:00
Library StandaloneMmPkg: StandaloneMmMemLib: Extends support for X64 architecture 2021-02-01 10:01:02 -08:00
StandaloneMmPkg.ci.yaml StandaloneMmPkg: Add EDK2 Core CI support 2021-01-07 11:13:39 +00:00
StandaloneMmPkg.dec StandaloneMmPkg: Add library header files to DEC 2021-01-07 11:13:39 +00:00
StandaloneMmPkg.dsc StandaloneMmPkg: Add X64 build support 2021-02-11 08:52:04 +00:00