- Enable all the warnings.
- Selectively disable warnings that are currently triggered.
This way we can ensure that we at least won't cause regressions in terms of warnings.
Then later:
- When we're bored, go through one warning at a time and see if we can/should fix it, or if we should keep it disabled or silenced for a specific instance of the warning.
This way we can ensure that we at least won't cause regressions in terms of warnings.
Then later: