https://gitlab.synchro.net/main/sbbs/-/commit/9ef727bc25d13118b3ba5323
Modified Files:
src/sbbs3/sbbsecho.c
Log Message:
sbbsecho: cast away unchecked chmod/remove returns in alter_areas (CIDs 462777, 515046)
Both calls in alter_areas() are best-effort: the chmod is a permission
preserve before rename, and the remove is documented to be expected to
fail when the file doesn't exist. Make the ignore-return intent explicit
with (void) casts so Coverity stops flagging them as CHECKED_RETURN.
Co-Authored-By: Claude Opus 4.7 <
noreply@anthropic.com>
--- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)