diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2021-02-10 17:04:20 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-02-11 08:52:04 +0000 |
commit | 1d27e58e401faea284309039f3962cb3cb4549fc (patch) | |
tree | 6c44eb5ef8995fe3f79c96624e01232705b80793 /DynamicTablesPkg/Drivers | |
parent | 641866ac42e41963105a8c42064e92686a001a71 (diff) | |
download | edk2-1d27e58e401faea284309039f3962cb3cb4549fc.tar.gz |
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>
Diffstat (limited to 'DynamicTablesPkg/Drivers')
0 files changed, 0 insertions, 0 deletions