commit | 27df1b6c902f0c1790eae884265b44b465d1fbb4 | [log] [tgz] |
---|---|---|
author | Nirbheek Chauhan <nirbheek@centricular.com> | Thu Oct 27 09:06:33 2016 +0530 |
committer | Nirbheek Chauhan <nirbheek@centricular.com> | Thu Oct 27 23:06:25 2016 +0530 |
tree | 5f7f2cf0783c0998fa0cf5aed92d48fff7984e0a | |
parent | e3c1a545ba05346cdc003786208447f79bb16f15 [diff] |
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.