Snippets for icu 78.1 from Alpine x86
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86/main/icu/icu-78.1-r0.log.
-
cecal.cpp:133:38: warning: 'eyear' may be used uninitialized [-Wmaybe-uninitialized] 133 | int32_t year = extendedYearToYear(eyear); | ~~~~~~~~~~~~~~~~~~^~~~~~~ -
unicode/calendar.h:2573:20: warning: 'month' may be used uninitialized [-Wmaybe-uninitialized] 2573 | fFields[field] = value; | ~~~~~~~~~~~~~~~^~~~~~~ -
unicode/calendar.h:2573:20: warning: 'day' may be used uninitialized [-Wmaybe-uninitialized] 2573 | fFields[field] = value; | ~~~~~~~~~~~~~~~^~~~~~~ -
unicode/calendar.h:2573:20: warning: 'doy' may be used uninitialized [-Wmaybe-uninitialized] 2573 | fFields[field] = value; | ~~~~~~~~~~~~~~~^~~~~~~ -
collationiterator.h:91:23: warning: '((const icu_78::CollationData*)((char*)this + 32))[4].icu_78::CollationData::trie' is used uninitialized [-Wuninitialized] 91 | : trie(d->trie), | ~~~^~~~ -
number_mapper.cpp:135:49: warning: 'currencyUsage' may be used uninitialized [-Wmaybe-uninitialized] 135 | precision = Precision::constructCurrency(currencyUsage).withCurrency(currency); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
cecal.cpp:133:38: warning: 'eyear' may be used uninitialized [-Wmaybe-uninitialized] 133 | int32_t year = extendedYearToYear(eyear); | ~~~~~~~~~~~~~~~~~~^~~~~~~ -
unicode/calendar.h:2573:20: warning: 'month' may be used uninitialized [-Wmaybe-uninitialized] 2573 | fFields[field] = value; | ~~~~~~~~~~~~~~~^~~~~~~ -
unicode/calendar.h:2573:20: warning: 'day' may be used uninitialized [-Wmaybe-uninitialized] 2573 | fFields[field] = value; | ~~~~~~~~~~~~~~~^~~~~~~ -
unicode/calendar.h:2573:20: warning: 'doy' may be used uninitialized [-Wmaybe-uninitialized] 2573 | fFields[field] = value; | ~~~~~~~~~~~~~~~^~~~~~~ -
collationiterator.h:91:23: warning: '((const icu_78::CollationData*)((char*)this + 32))[4].icu_78::CollationData::trie' is used uninitialized [-Wuninitialized] 91 | : trie(d->trie), | ~~~^~~~ -
number_mapper.cpp:135:49: warning: 'currencyUsage' may be used uninitialized [-Wmaybe-uninitialized] 135 | precision = Precision::constructCurrency(currencyUsage).withCurrency(currency); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
package.cpp:1292:65: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat=] 1292 | fprintf(stderr, "icupkg: Out of memory trying to allocate %lu bytes for %d items\n", | ~~^ | | | long unsigned int | %u 1293 | max * sizeof(items[0]), max); | ~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int -
package.cpp:1292:65: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat=] 1292 | fprintf(stderr, "icupkg: Out of memory trying to allocate %lu bytes for %d items\n", | ~~^ | | | long unsigned int | %u 1293 | max * sizeof(items[0]), max); | ~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int