Fix the removal of implicit conversions in libfmt 10 by using explicit casts.
commit839edc3ae61cd313d37a14a9a24e2ef1bd4e5808
authorStan <Stan@3db68df2-c116-0410-a063-a993310a9797>
Wed, 31 May 2023 12:03:04 +0000 (31 12:03 +0000)
committerStan <Stan@3db68df2-c116-0410-a063-a993310a9797>
Wed, 31 May 2023 12:03:04 +0000 (31 12:03 +0000)
tree4f6d95ace69333ce5af148496ee67eafc074d7a6
parent4bf7327206ab56049b5f647bd5167027daf84e59
Fix the removal of implicit conversions in libfmt 10 by using explicit casts.
Patch by: @phosit
Accepted by: @vladislavbelov
Comments by: @sera

Differential Revision: https://code.wildfiregames.com/D4998

git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@27657 3db68df2-c116-0410-a063-a993310a9797
source/network/NetMessage.cpp
source/simulation2/serialization/BinarySerializer.cpp