[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190222120644.0bdc4da8@canb.auug.org.au>
Date: Fri, 22 Feb 2019 12:06:44 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: David Miller <davem@...emloft.net>,
Networking <netdev@...r.kernel.org>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Florian Fainelli <f.fainelli@...il.com>,
"Gustavo A. R. Silva" <gustavo@...eddedor.com>,
Kees Cook <keescook@...omium.org>
Subject: linux-next: build warning after merge of the net-next tree
Hi all,
After merging the net-next tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
drivers/net/ethernet/rocker/rocker_main.c: In function 'rocker_port_attr_set':
drivers/net/ethernet/rocker/rocker_main.c:2083:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
err = rocker_world_port_attr_pre_bridge_flags_set(rocker_port,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
attr->u.brport_flags,
~~~~~~~~~~~~~~~~~~~~~
trans);
~~~~~~
drivers/net/ethernet/rocker/rocker_main.c:2086:2: note: here
case SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS:
^~~~
Introduced by commit
93700458ff63 ("rocker: Check Handle PORT_PRE_BRIDGE_FLAGS")
I get this warning because I am building with -Wimplicit-fallthrough
in attempt to catch new additions early. The gcc warning can be turned
off by adding a /* fall through */ comment at the point the fall through
happens (assuming that the fall through is intentional).
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists