Module Name: src Committed By: rin Date: Wed Sep 25 08:32:44 UTC 2024
Modified Files: src/sys/arch/atari/stand/tostools/libtos: Makefile sysinfo.c Log Message: atari/stand: Rework sysinfo.c v.s. GCC12 -Warray-bounds sysinfo.c is also used for bootxxx. Convert `-Wno-error=...` into `#pragma gcc diagnostic ...` to the source file, although this does not narrow down scope of hack. Fix atari build this time for sure ;) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/atari/stand/tostools/libtos/Makefile cvs rdiff -u -r1.9 -r1.10 src/sys/arch/atari/stand/tostools/libtos/sysinfo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.