meson: Enable some MSVC warnings for parity with GCC/Clang
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:13:41 +0000 (18:43 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 20:12:48 +0000 (01:42 +0530)
commit9344403cfb109b5b61ac368cb00963b85342988e
treecae5a875cfc3344ff34c98e900aeec73f7c6318f
parent2950c76c8f2c22130604ca37bb987ead6c1e25aa
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-bad/-/merge_requests/1760>
meson.build