Subj : src/syncterm/ooii.c To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Mon Jul 03 2023 08:26 pm https://gitlab.synchro.net/main/sbbs/-/commit/a5fb9691e2fe0a1894e50cff Modified Files: src/syncterm/ooii.c Log Message: Fix GCC warning: ‘fptr’ may be used uninitialized in this function This does look like a false positive to me: the if clauses that use fptr appear to only cover the same values as the switch-case statements. But harmless defensive change here. .