meson: Don't warn about C4146 with MSVC
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 03:36:33 +0000 (09:06 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 17:36:25 +0000 (23:06 +0530)
commit27df1b6c902f0c1790eae884265b44b465d1fbb4
tree5f7f2cf0783c0998fa0cf5aed92d48fff7984e0a
parente3c1a545ba05346cdc003786208447f79bb16f15
meson: Don't warn about C4146 with MSVC

The error is:

unary minus operator applied to unsigned type, result still unsigned

This is a commonly-done operation in gstreamer and it's done on purpose.
It's just noise.
meson.build