Snippets for icu 76.1 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/icu-lx/76.1/150amd64-default.log.
-
ustr_wcs.cpp:353:30: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare] 353 | if(remaining < (nulLen * MB_CUR_MAX)){ | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ -
ustr_wcs.cpp:406:30: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare] 406 | if(remaining < (nulLen * MB_CUR_MAX)){ | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ -
ustr_wcs.cpp:353:30: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare] 353 | if(remaining < (nulLen * MB_CUR_MAX)){ | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ -
ustr_wcs.cpp:406:30: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare] 406 | if(remaining < (nulLen * MB_CUR_MAX)){ | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ -
ParagraphLayout.cpp:977:30: warning: comparison of integers of different signs: 'UScriptCode' and 'unsigned long' [-Wsign-compare] 977 | if (script < 0 || script >= ARRAY_SIZE(complexTable)) { | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ -
ParagraphLayout.cpp:977:30: warning: comparison of integers of different signs: 'UScriptCode' and 'unsigned long' [-Wsign-compare] 977 | if (script < 0 || script >= ARRAY_SIZE(complexTable)) { | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~