meson: Do not add MSVC warnings flags globally
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 10:30:14 +0000 (16:00 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Nov 2020 13:11:36 +0000 (18:41 +0530)
commit81c3c9175b6d0b43204e51aab615bb56e0a29ece
tree5ed1ee8ce6fa734b80ab0264d49644ccb5b4cbc3
parenteba05e57a6485268ae8941d18e4f2eef1de5ebf8
meson: Do not add MSVC warnings flags globally

These get added to *all* subprojects, including ones we do not
maintain such as ffmpeg which then emits thousands of warnings that
completely overwhelm the compile output.

We will add these in each gstreamer subproject separately.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/223>
meson.build