About integrating my WARNS=6 cleanups to FreeBSD tree
I started the work almost four months ago, but I have lost all my work last month. Therefore, I’m trying to integrate as much as possible whenever possible. The current workflow is:
- Bump WARNS
- Fix errors
- Testdrive on almost all T1 platform I can touch
- Commit
My ultimate object is to make the whole tree WARNS=6 clean while keeping as much code intact whenever possible. I have been blocked by lib/libc/db at this time because it’s mostly vendor code but there are too many things that is not even WARNS=3 clean… I have disconnected it from my local tree and going on with other parts.