wxwidgets/include
Hartwig Wiesmann 313a415e2e Fix harmless warning in wxString in wxUSE_UNICODE_UTF8 build
Add an explicit cast from ptrdiff_t to unsigned int to avoid the
warning which is harmless because the difference here is bound by the
cache size.

See #23297.
2023-02-25 22:51:47 +01:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Fix harmless warning in wxString in wxUSE_UNICODE_UTF8 build 2023-02-25 22:51:47 +01:00