On Wed, Aug 19, 2020 at 05:16:27PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <[email protected]> > The series of trivial fixes for GCC warnings seen while compiling with W=1. > > Leon Romanovsky (3): > fs/btfrs: Fix -Wunused-but-set-variable warnings > fs/btrfs: Fix -Wignored-qualifiers warnings > fs/btrfs: Fix -Wmissing-prototypes warnings
The warnings from patch 2 and 3 got fixed recently, it's in the development branch that hasn't been pushed to linux-next yet. Patch 1 reports unused variables, we get occasional patches that just silence the warning but it needs to be fixed properly (move setting feature bits out of sysfs context). As it's probably the last code warning with W=1 left I guess I'll apply it, I don't have ETA for the proper fix but at least this would save people time reporing it.

