Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/atari/stand/tostools/libtos
Module Name: src
Committed By: rin
Date: Tue Sep 24 11:13:41 UTC 2024
Modified Files:
src/sys/arch/atari/stand/tostools/libtos: Makefile
Log Message:
atari: libtos: Silence GCC12 -Warray-bounds for sysinfo.c
ADDR_* defined in tosdefs.h are in the 0-th page, even if 4KB page,
i.e., [0, 0x1000). This causes -Warray-bounds for GCC12 and later.
Fix atari build with GCC12.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/atari/stand/tostools/libtos/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index