lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1AA1243F-A0CD-4124-A2D8-DB3648E4C922@holtmann.org> Date: Wed, 23 Jan 2019 18:46:25 +0100 From: Marcel Holtmann <marcel@...tmann.org> To: "Gustavo A. R. Silva" <gustavo@...eddedor.com> Cc: Johan Hedberg <johan.hedberg@...il.com>, "David S. Miller" <davem@...emloft.net>, Bluez mailing list <linux-bluetooth@...r.kernel.org>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH net-next] Bluetooth: Mark expected switch fall-throughs Hi Gustavo, > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > This patch fixes the following warnings: > > net/bluetooth/rfcomm/core.c:479:6: warning: this statement may fall through [-Wimplicit-fallthrough=] > net/bluetooth/l2cap_core.c:4223:6: warning: this statement may fall through [-Wimplicit-fallthrough=] > > Warning level 3 was used: -Wimplicit-fallthrough=3 > > This patch is part of the ongoing efforts to enabling > -Wimplicit-fallthrough. > > Signed-off-by: Gustavo A. R. Silva <gustavo@...eddedor.com> > --- > net/bluetooth/l2cap_core.c | 1 + > net/bluetooth/rfcomm/core.c | 1 + > 2 files changed, 2 insertions(+) patch has been applied to bluetooth-next tree. Regards Marcel
Powered by blists - more mailing lists