On Tue, Sep 09, 2025 at 05:42:39PM +0200, Gustavo A. R. Silva wrote: > -Wflex-array-member-not-at-end was introduced in GCC-14, and we are > getting ready to enable it, globally. > > Move the conflicting declaration to the end of the corresponding > structure. Notice that `struct ip_tunnel_info` is a flexible > structure, this is a structure that contains a flexible-array > member. > > Fix the following warning: > > drivers/net/geneve.c:56:33: warning: structure containing a flexible array > member is not at the end of another structure [-Wflex-array-member-not-at-end] > > Signed-off-by: Gustavo A. R. Silva <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]> Andrew
