Snippets for dovecot 2.4.5 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/l7bdlq4m2z8z924zff0c9qhzpaviw6kz-dovecot-2.4.5.drv.
-
test-ostream-multiplex.c:614:2: warning: initializer-string for character array is too long, array size is 9 but initializer has size 10 (including the null terminating character); did you mean to use the 'nonstring' attribute? [-Wunterminated-string-initialization] 614 | "\xFF\xFF\xFF\xFF\xFF\x00\x02\x03\xFE"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
config-request.c:113:27: warning: format specifies type 'uintmax_t' (aka 'unsigned long') but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] 113 | str_printfa(str, "%ju", *val); | ~~~ ^~~~ | %llu -
fts-backend-flatcurve-xapian.cc:693:4: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] 692 | FLATCURVE_XAPIAN_DB_CURRENT_PREFIX "%lu", | ~~~ | %llu 693 | i_microseconds()); | ^~~~~~~~~~~~~~~~