
15 May
2023
15 May
'23
4:30 p.m.
On Mon, May 15, 2023 at 02:52:09PM +0100, Andre Przywara wrote:
A patch by Sam [1] reminded me to check for misspelled inclusion guards. I wrote some crude tool, with a high false positive rate, and was able to find some other occurences where the "#ifndef" and "#define" parts were not matching.
Those patches fix those preprocessor symbols. One header wasn't actually used anymore, so just remove that whole file.
This got me to do a related quick check and I see a handful of unused include files. I'll follow up with that.
--
Tom