meson: Enable some MSVC warnings for parity with GCC/Clang
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:18:13 +0000 (18:48 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:18:13 +0000 (18:48 +0530)
commitb7f155c3b3ab79ed2b14408107aff48baa811f2e
treef55de198c899e6a1f6056e8d23024c0aec6c4404
parent0ee03f2b1d6e450bf2603b1783dc3b0cd8aec683
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-omx/-/merge_requests/75>
meson.build