Re: [patch 1/1] net/ipv6/route.c: work around gcc-4.4.4 anon union initializer issue

2018-01-15 Thread David Miller
From: a...@linux-foundation.org Date: Fri, 12 Jan 2018 16:18:27 -0800 > From: Andrew Morton > Subject: net/ipv6/route.c: work around gcc-4.4.4 anon union initializer issue > > gcc-4.4.4 has problems with initializers of anonymous union fields. > > net/ipv6/route.c: In function 'rt6_sync_up': >

[patch 1/1] net/ipv6/route.c: work around gcc-4.4.4 anon union initializer issue

2018-01-12 Thread akpm
From: Andrew Morton Subject: net/ipv6/route.c: work around gcc-4.4.4 anon union initializer issue gcc-4.4.4 has problems with initializers of anonymous union fields. net/ipv6/route.c: In function 'rt6_sync_up': net/ipv6/route.c:3586: error: unknown field 'nh_flags' specified in initializer net/i