Re: i386 compilation errors in head/sys/dev/ixl/if_ixl.c

From: Steven Hartland <killing_at_multiplay.co.uk>
Date: Fri, 29 Aug 2014 13:02:44 +0100
Looks like this was already fixed by:
http://svnweb.freebsd.org/changeset/base/270799

    Regards
    Steve

----- Original Message ----- 
From: "David Shao" <davshao_at_gmail.com>
To: <freebsd-current_at_freebsd.org>
Sent: Friday, August 29, 2014 6:38 AM
Subject: i386 compilation errors in head/sys/dev/ixl/if_ixl.c


> Compilation errors occur in head/sys/dev/ixl/if_ixl.c on i386 for
> FreeBSD 11-current for the following:
>
> In function ixl_print_debug_info()
>
>        printf("Queue irqs = %lx\n", que->irqs);
>        printf("AdminQ irqs = %lx\n", pf->admin_irq);
> ...
>        printf("RX not ready = %lx\n", rxr->not_done);
>        printf("RX packets = %lx\n", rxr->rx_packets);
>
> all cause
> error: format specifies type 'unsigned long' but the argument has type
> 'u64' (aka 'unsigned long long') [-Werror,-Wformat]
>
> In function ixl_stat_update48(struct i40e_hw *hw, u32 hireg, u32 
> loreg,
>        bool offset_loaded, u64 *offset, u64 *stat)
>
>
> #if __FreeBSD__ >= 10 && __amd64__
>
> causes
> error:  '__amd64__' is not defined, evaluates to 0 [-Werror,-Wundef]
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to 
> "freebsd-current-unsubscribe_at_freebsd.org"
> 
Received on Fri Aug 29 2014 - 10:02:55 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:51 UTC