Searched hist:"1 ec49744ba83f0429c5c706708610f7821a7b6f4" (Results 1 – 1 of 1) sorted by relevance
/linux/fs/btrfs/ |
H A D | Makefile | diff 1ec49744ba83f0429c5c706708610f7821a7b6f4 Fri Dec 16 21:15:58 CET 2022 Josef Bacik <josef@toxicpanda.com> btrfs: turn on -Wmaybe-uninitialized
We had a recent bug that would have been caught by a newer compiler with -Wmaybe-uninitialized and would have saved us a month of failing tests that I didn't have time to investigate.
Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|