ref: 615a337e426c0dc598b0bcdd9aec6bcbc4c50d2c
parent: 3a3e491a8bc624eb1c3b34e54ebee8d33942add2
author: Simon Tatham <anakin@pobox.com>
date: Sat Feb 18 02:16:12 EST 2023
Add -Wmissing-prototypes to STRICT clang builds. Ben added -Wmissing-declarations in commit 3a3e491a8bc624e for gcc builds, and observed that clang's option of the same name doesn't do the same job. But clang does _have_ an option to do the same job: it's just spelled differently. Added -Wmissing-prototypes in clang builds, so that those will check the same thing.