Re: [linux-yocto] [PATCH 2/2 linux-yocto-dev all branches] aufs: opts: Fix missing fallthrough

2019-09-03 Thread Bruce Ashfield
merged to linux-yocto-dev. Bruce On Tue, Sep 3, 2019 at 3:28 AM wrote: > > From: He Zhe > > commit 8d7b6374d5af2c31ce9501d3502808e3c7a9ea68 upstream > > A compilation -Wimplicit-fallthrough warning was enabled by commit > a035d552a93b ("Makefile: Globally enable fall-through warning") > and tri

[linux-yocto] [PATCH 2/2 linux-yocto-dev all branches] aufs: opts: Fix missing fallthrough

2019-09-03 Thread zhe.he
From: He Zhe commit 8d7b6374d5af2c31ce9501d3502808e3c7a9ea68 upstream A compilation -Wimplicit-fallthrough warning was enabled by commit a035d552a93b ("Makefile: Globally enable fall-through warning") and triggers the following warning. fs/aufs/opts.h:78:11: warning: this statement may fall thr