Hay
Date
Jan. 30, 2025, 2:38 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 <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':
      |  ^~~~