Re: [U-Boot] [BUG] include/net.h: warning: 'eth_is_on_demand_init' defined but not used

2019-09-03 Thread Joe Hershberger
Hi Heinrich, On Fri, Aug 30, 2019 at 12:21 PM Heinrich Schuchardt wrote: > > Hello Joe, > > compiling U-Boot creates dozens of warnings for include/net.h: > >CC arch/arm/lib/asm-offsets.s > In file included from include/common.h:342, > from lib/asm-offsets.c:14: >

[U-Boot] [BUG] include/net.h: warning: 'eth_is_on_demand_init' defined but not used

2019-08-30 Thread Heinrich Schuchardt
Hello Joe, compiling U-Boot creates dozens of warnings for include/net.h: CC arch/arm/lib/asm-offsets.s In file included from include/common.h:342, from lib/asm-offsets.c:14: include/net.h:689:28: warning: always_inline function might not be inlinable [-Wattributes]