Skip to content

meson: Enable some msvc warnings

Seungha Yang requested to merge seungha.yang/gst-build:msvc-warning into master
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.

Merge request reports