385acccebb
This fixes warnings C4244 ('=': conversion from 'int' to 'xxx', possible loss of data) and C4267 (conversion from 'size_t' to 'int', possible loss of data) from the MSVC compiler (Version 19.29.30136 for x64) when compiling in 64-bits. Note that these warnings are disabled in wx/defs.h by default and so only happen when saving/restoring the warning settings using the appropriate pragmas before/after including wx headers. Closes #22462. |
||
---|---|---|
.. | ||
msvc/wx | ||
wx |