Hay
Date
Feb. 24, 2025, 10:17 a.m.
Failure - log-parser-build-gcc - gcc-compiler-kernel_reboot_c-warning-hw_protection_attr-defined-but-not-used
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=parisc CROSS_COMPILE=hppa-linux-gnu- 'CC=sccache hppa-linux-gnu-gcc' 'HOSTCC=sccache gcc'
/builds/linux/kernel/reboot.c:1092:30: warning: 'hw_protection_attr' defined but not used [-Wunused-variable]
 1092 | static struct kobj_attribute hw_protection_attr = __ATTR_RW(hw_protection);
      |                              ^~~~~~~~~~~~~~~~~~
Failure - log-parser-build-gcc - gcc-compiler-arch_parisc_kernel_pdt_c-warning-no-previous-prototype-for-arch_report_meminfo
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=parisc CROSS_COMPILE=hppa-linux-gnu- 'CC=sccache hppa-linux-gnu-gcc' 'HOSTCC=sccache gcc'
/builds/linux/arch/parisc/kernel/pdt.c:67:6: warning: no previous prototype for 'arch_report_meminfo' [-Wmissing-prototypes]
   67 | void arch_report_meminfo(struct seq_file *m)
      |      ^~~~~~~~~~~~~~~~~~~