Hi all, Building Linus' tree, today's linux-next build (x86_64 allmodconfig) produced this warning (these have been around for a while): drivers/infiniband/hw/nes/nes_hw.c:81:23: warning: 'nes_iwarp_state_str' defined but not used [-Wunused-variable] static unsigned char *nes_iwarp_state_str[] = { ^ drivers/infiniband/hw/nes/nes_hw.c:92:23: warning: 'nes_tcp_state_str' defined but not used [-Wunused-variable] static unsigned char *nes_tcp_state_str[] = { ^ Introduced by commit bca1935ccdec ("RDMA/nes: Fix compilation error when nes_debug is enabled"). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au