On Saturday 15 January 2011 23:47, Harald Becker wrote:
> 
> > struct mii_ioctl_data *mii = (void *)&ifreq.ifr_data; <====== LINE 155
> > How to get rid of the warning here?!
> Try this one ...
> 
> struct mii_ioctl_data *mii = (struct mii_ioctl_data *)&ifreq.ifr_data;
> 
> ... just from experience with other source file compilation. Sometimes
> it works, depends on type definitions.

Nope, doesn't work.
-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to