summaryrefslogtreecommitdiff
path: root/module/ice-9
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2024-10-16 10:02:01 +0200
committerLudovic Courtès <ludo@gnu.org>2024-10-26 19:45:12 +0200
commitbb7154fb800eb410fb7cc4c353975787353f2246 (patch)
treed9a592b9102924cf4270807cc6d69c679b5c25b7 /module/ice-9
parent1c093d8bc4b74bd7392f1520c2135d8ba40a2735 (diff)
downloadguile-bb7154fb800eb410fb7cc4c353975787353f2246.tar.gz
Fix build failure with GCC 14 and musl on 32-bit systems.
Fixes <https://bugs.gnu.org/73835>. This fixes this error when compiling with GCC 14 and musl libc on 32-bit Alpine Linux: filesys.c: In function 'scm_sendfile': filesys.c:1405:16: error: assignment to 'off_t *' {aka 'long long int *'} from incompatible pointer type 'scm_t_off *' {aka 'long int *'} [-Wincompatible-pointer-types] 1405 | offset_ptr = SCM_UNBNDP (offset) ? NULL : &c_offset; | ^ * libguile/filesys.c (scm_sendfile): Change type of ‘c_offset’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'module/ice-9')
0 files changed, 0 insertions, 0 deletions