Thanks for the feedback! These compiler warnings are new in Clang 15 in Sequoia, I think; they didn't exist on Monterey, at least:
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Initially I wanted to...