suggest: add -Wall -Wextra to remove some warnings
mttbx opened this issue · 2 comments
mttbx commented
It's very easy to add -Wall -Wextra flags, and make some changes to remove the warnings.
vnmakarov commented
Thank you for your proposal.
These options are already used on branch bbv
as a part of new debug2
makefile entry. The entry also switches a few sanitizer options on. The branch will be the next major release of MIR which probably will happen in the fall.
mttbx commented
Great!