Subj : src/conio/x_events.c To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Mon Jun 12 2023 05:31 pm https://gitlab.synchro.net/main/sbbs/-/commit/503cff8671462889d573ee26 Modified Files: src/conio/x_events.c Log Message: Fix GCC v10.2 warnings about ignored return values of 'write' The return value of x11_event() isn't actually checked anywhere currently, but still Deuce might want to adjust the new return value here (__LINE__ or -1?). Some indicental trailing whitespace was auto-cleaned up part of this commit. Unexpected as I thought this code had been uncrustified already. .