o3de icon indicating copy to clipboard operation
o3de copied to clipboard

Fix C4244 warnings in AssetPlatformComponentRemover.cpp

Open 0x14307 opened this issue 1 year ago • 1 comments

What does this PR do?

While building either a project or the engine itself, A C2220 error and two C4244 warnings would come up pertaining to AssetPlatformComponentRemover.cpp in the AzToolsFramework source directory. This PR fixes the warnings and the adjacent error that comes from it.

image

How was this PR tested?

Both an engine and a project were built and compiled successfully on two different machines. Error was not present on either compilations.

0x14307 avatar Feb 14 '24 02:02 0x14307

In order to contribute to O3DE, any commits need to be signed off with Developer Certificate of Origin (DCO). The change here fails the DCO signoff and can be mitigated by following the steps on the PR at https://github.com/o3de/o3de/pull/17507/checks?check_run_id=21548228389

lemonade-dm avatar Feb 14 '24 18:02 lemonade-dm