Build error on 10.0_RC4
Mori Hiroki <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
Hi
I have build error at BCM5301X.
/usr/home/hiroki/netbsd-10/sys/dev/usb/ehci.c:1828:16: error: passing argument 1 of 'ehci_dump_qtd' from incompatible pointer type [-Werror=incompatible-pointer-types]
1828 | ehci_dump_qtd(&qh->qh_qtd);
| ^~~~~~~~~~~
| |
| struct <anonymous> *
/usr/home/hiroki/netbsd-10/sys/dev/usb/ehci.c:1753:27: note: expected 'ehci_qtd_t *' but argument is of type 'struct <anonymous> *'
1753 | ehci_dump_qtd(ehci_qtd_t *qtd)
| ~~~~~~~~~~~~^~~
cc1: all warnings being treated as errors
*** Failed target: ehci.o