meson: Enable some msvc warnings
meson: Specify encoding as utf-8 for msvc
Some projects does not have this option which causes verbose warnings
meson: Enable some msvc warnings
Enable following warnings
- unused variable
- unhandled enum value in switch/case
Those warnings might cause build error on CI pipeline, but not enabled
by default. For development environment, let's enable them to save
CI (and developer's time) resource.