meson: Enable some MSVC warnings for parity with GCC/Clang
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:12:11 +0000 (18:42 +0530)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 4 Nov 2020 18:29:32 +0000 (18:29 +0000)
commit941629291bb1e2e679f8fbd81b9bc483effdce99
treec02285a3ac37803149a4e98abc6bb379cdfcbeb0
parent9e37fa55bf223a42f50f0c495fcbe01a5532dee3
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-base/-/merge_requests/918>
meson.build