meson: Enable some MSVC warnings for parity with GCC/Clang
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:19:03 +0000 (18:49 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:19:03 +0000 (18:49 +0530)
commit65b09be8926c862daf02896b9c8742292052f175
tree1bb87d97272d1a18ddda65acce15c15988f74fdc
parentdbf7dbe8302997405d3d06abde6ac2376e239171
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-devtools/-/merge_requests/226>
meson.build