In file included from fts-backend-xapian.cpp:56:
fts-backend-xapian-functions.cpp: In function 'bool fts_backend_xapian_index(xapian_fts_backend*, const char*, icu::UnicodeString*)':
fts-backend-xapian-functions.cpp:1064:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
1064 | u = i_strdup_printf("Q%d",backend->lastuid);
| ~^ ~~~~~~~~~~~~~~~~
| | |
| int long int
| %ld
fix printf format warning