Subj : src/ssh/portable.hsrc/ssh/ssh-arch.c ssh-arch.h To : Git commit to main/sbbs/master From : Deucе Date : Tue Dec 03 2024 10:25 am https://gitlab.synchro.net/main/sbbs/-/commit/1ab788004cc821f75b4099e1 Added Files: src/ssh/portable.h Modified Files: src/ssh/ssh-arch.c ssh-arch.h Log Message: Introduce portable.h for ugly hacks The plan is to hide non-standard stuff in here. Currently, just has [[maybe-unused]] from C23. .