[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181126111415.5cf17f39@canb.auug.org.au>
Date: Mon, 26 Nov 2018 11:14:15 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Steve French <smfrench@...il.com>,
CIFS <linux-cifs@...r.kernel.org>,
Kees Cook <keescook@...gle.com>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: linux-next: build warnings after merge of the cifs tree
Hi all,
After merging the cifs tree, today's linux-next build (powerpc
ppc64_defconfig) produced these warnings:
fs/cifs/sess.c: In function 'cifs_select_sectype':
fs/cifs/sess.c:527:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
switch (requested) {
^~~~~~
fs/cifs/sess.c:540:2: note: here
case CIFS_NEGFLAVOR_LANMAN:
^~~~
fs/cifs/connect.c: In function 'cifs_parse_mount_options':
fs/cifs/connect.c:1825:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!(tmp_end < end && tmp_end[1] == delim)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fs/cifs/connect.c:1832:3: note: here
case Opt_pass:
^~~~
Exposed by my use of -Wimplicit-fallthrough
I am not sure why these only turned up now (as opposed to earlier today).
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists