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.Received on Tue Mar 15 2005 - 09:58:26 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:30 UTC