[Pkg-xfce-devel] Bug#345817: thunar - FTBFS: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'

Bastian Blank waldi at debian.org
Tue Jan 3 18:20:43 UTC 2006


Package: thunar
Version: 0.1.4svn+r18850-2
Severity: important

There was an error while trying to autobuild your package:

> Automatic build of thunar_0.1.4svn+r18850-2 on debian01 by sbuild/s390 79
[...]
> cc1: warnings being treated as errors
> tdbtool.c: In function 'print_rec':
> tdbtool.c:345: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
> tdbtool.c:347: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
> make[3]: *** [tdbtool.o] Error 1
> make[3]: Leaving directory `/build/buildd/thunar-0.1.4svn+r18850/tdb'

Please use %zu as modifier:
|       z      A following integer conversion corresponds to a size_t or ssize_t argument.
(from printf(3))

Bastian



More information about the Pkg-xfce-devel mailing list