Roberto Pariset wrote: > This is the error: > > 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’ > > size_t on i386 is unsigned int, but on amd64 is unsigned long, which > is 8 byte instead of 4. Trivial patch follows, hope it will work...
Fixed. Thanks. > Rob Benedikt _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
