[current tinderbox] failure on alpha/alpha

Giorgos Keramidas keramida at freebsd.org
Tue Mar 15 02:58:26 PST 2005


On 2005-03-15 11:00, Philip Paeps <philip at freebsd.org> wrote:
> On 2005-03-15 04:28:01 (-0500), FreeBSD Tinderbox <tinderbox at freebsd.org> wrote:
> > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c: In function `pf_dump':
> > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1147: warning: size_t format, different type arg (arg 3)
> > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1152: warning: size_t format, different type arg (arg 3)
> > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1157: warning: size_t format, different type arg (arg 3)
> > *** Error code 1
>
> Ugh, looks like I broke this...
>
> Is there a special magical format to use to printf a time_t without having it
> break on at least one of the architectures we support?

You could probably get away by casting the value to a uintmax_t and
using %ju as the format specifier.



More information about the freebsd-current mailing list