meson: Enable some MSVC warnings for parity with GCC/Clang
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:14:07 +0000 (18:44 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:14:07 +0000 (18:44 +0530)
commita9105ad1e1fb8cbcf787c2a967697707eea405ed
treea17d5566b70f64e443dee9fcfb80d18934228431
parenta798b7d6a023e8e8a6dd452653bbcba1e4d39b77
meson: Enable some MSVC warnings for parity with GCC/Clang

This makes it easier to do development with MSVC by making it warn
on common issues that GCC/Clang error out for in our CI configuration.

Continuation from https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/223

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/71>
meson.build