Hay
Date
Jan. 6, 2025, 4:10 p.m.

Environment
arc

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=arc CROSS_COMPILE=arc-elf32- 'CC=sccache arc-elf32-gcc' 'HOSTCC=sccache gcc'
In file included from ./usr/include/linux/if_pppox.h:25,
                 from <command-line>:31:
/builds/linux/arch/arc/kernel/kgdb.c: In function 'kgdb_arch_handle_exception':
/builds/linux/arch/arc/kernel/kgdb.c:141:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  141 |   if (kgdb_hex2long(&ptr, &addr))
      |      ^
/builds/linux/arch/arc/kernel/kgdb.c:144:2: note: here
  144 |  case 'D':
      |  ^~~~