Debian Patches

Status for cgoban/1.9.14-21

Patch Description Author Forwarded Bugs Origin Last update
unused-result.diff Fix -Wunused-result warnings in wmslib sound code With _FORTIFY_SOURCE the C library marks pipe() and write() with the
"warn_unused_result" attribute. wmslib/src/wms/snd.c ignored their return
values, producing three -Wunused-result warnings during the build:
.
* snd.c:142 pipe(pipes) (snd_init)
* snd.c:207 write(sound_dev, ...) (snd_play)
* snd.c:275 write(out, buf, size_in) (audio_child)
.
A failed pipe() now disables sound cleanly (mirroring the existing
"device is broken" path); the two best-effort device writes consume their
result explicitly, since a "(void)" cast does not silence the attribute.
Martin A. Godisch <godisch@debian.org> no 2026-06-07
bug_113342.diff no
bug_179280.diff no
bug_257229.diff no
bug_387209.diff =================================================================== no
bug_827684.diff diff --git a/grab_cgoban.in b/grab_cgoban.in
index e7937d0..26d01ae 100755
no
autoconf.diff no
compiler.diff no
devices.diff no
manpage.diff no
gcc-15.patch Fix FTBFS with GCC 15 Adrian Bunk <bunk@debian.org> no debian

All known versions for source package 'cgoban'

Links