On Sun, 2013-03-24 at 03:57 +0000, FreeBSD Tinderbox wrote: > cc -O2 -pipe -I/src/sbin/fsck_ffs -I/src/sbin/fsck_ffs/../mount > -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k > -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/fsck_ffs/ea.c > cc -O2 -pipe -I/src/sbin/fsck_ffs -I/src/sbin/fsck_ffs/../mount > -DRESCUE -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k > -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/fsck_ffs/fsutil.c > cc1: warnings being treated as errors > /src/sbin/fsck_ffs/fsutil.c: In function 'printIOstats': > /src/sbin/fsck_ffs/fsutil.c:511: warning: format '%d' expects type > 'int', but argument 2 has type 'time_t' > /src/sbin/fsck_ffs/fsutil.c:526: warning: format '%4d' expects type > 'int', but argument 6 has type 'time_t' > /src/sbin/fsck_ffs/fsutil.c:526: warning: format '%2jd' expects type > 'intmax_t', but argument 8 has type 'long long int' > /src/sbin/fsck_ffs/fsutil.c:526: warning: format '%jd' expects type > 'intmax_t', but argument 9 has type 'long long int' > *** [fsutil.o] Error code 1 > > Stop in /src/sbin/fsck_ffs. > *** [fsck_ffs_make] Error code 1 Seems happy now at svn r248680
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:36 UTC