On Mon, Jul 21, 2025 at 04:15:59PM -0700, Eric Biggers wrote: > On Sun, Jul 13, 2025 at 05:12:55AM +0800, kernel test robot wrote: > > All warnings (new ones prefixed by >>): > > > > fs/ext4/namei.c: In function 'ext4_init_new_dir': > > >> fs/ext4/namei.c:2968:34: warning: variable 'de' set but not used > > >> [-Wunused-but-set-variable] > > 2968 | struct ext4_dir_entry_2 *de; > > | ^~ > > This warning is present in ext4/dev now.
For somebody (who doesn't alter CONFIG_WERROR) this is a build breakage with both GCC and clang. -- With Best Regards, Andy Shevchenko