Closed davidfurey closed 2 years ago
Enables the warnings-as-errors compiler flag, and fixes all warnings.
This is primarily to ensure that that non-exhaustive matches are considered an error.
👍
What does this change?
Enables the warnings-as-errors compiler flag, and fixes all warnings.
This is primarily to ensure that that non-exhaustive matches are considered an error.