meson: Enable some MSVC warnings for parity with GCC/Clang
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:13:04 +0000 (18:43 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:13:04 +0000 (18:43 +0530)
commit35eabc3f9576ac483ab041bf0f2ca485d3443a5b
treedb030ee589223e788805e74a0538e83fcb6502fb
parent99723bc1c1812ccecf811cb5997e32b3f8d7cdca
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-good/-/merge_requests/809>
meson.build