How to silence warnings from 3rd party includefiles with Meson and GCC
It looks like meson is picking compiler flags from pkg-config and consequently setting include paths to dependencies using the -I
flag. This leads to annoying warnings if you start turning on enough warnings.