meson: Ignore msvc warnings in C++ as well
authorScott D Phillips <scott.d.phillips@intel.com>
Mon, 8 May 2017 18:01:39 +0000 (11:01 -0700)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 8 May 2017 18:18:03 +0000 (19:18 +0100)
commit0309b20098fff102b73f6ac0a5d2ff1b220d090a
tree310bd3cd431a03aad812e811f0962a93bfa1ce3d
parent1a8610f8f8305f20a235aa4fe78ab3fb0c785df4
meson: Ignore msvc warnings in C++ as well

We were only ignoring the listed msvc warnings for C language
files and not C++. This was working by the coincidence that we did
not have any instances of these warnings in C++ files. Lately the
build of decklink has been fixed on windows, and it has an
instance of one of these warnings in a C++ file.

https://bugzilla.gnome.org/show_bug.cgi?id=782345
meson.build