meson: Enable some MSVC warnings for parity with GCC/Clang
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:14:54 +0000 (18:44 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:14:54 +0000 (18:44 +0530)
commitf29e9dfe9cc46e4e3b6340c782a1a0a479f9a400
tree34deef794c5e87a79a9524544fbb25d8677edb10
parentb6acd99239247aeb3dbb433508316ba709f550bb
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-libav/-/merge_requests/109>
meson.build