diff options
Diffstat (limited to 'intel')
-rw-r--r-- | intel/intel_decode.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intel/intel_decode.c b/intel/intel_decode.c index 345d4576..e7aef742 100644 --- a/intel/intel_decode.c +++ b/intel/intel_decode.c @@ -38,6 +38,9 @@ #include "intel_chipset.h" #include "intel_bufmgr.h" +/* The compiler throws ~90 warnings. Do not spam the build, until we fix them. */ +#pragma GCC diagnostic ignored "-Wmissing-field-initializers" + /* Struct for tracking drm_intel_decode state. */ struct drm_intel_decode { /** stdio file where the output should land. Defaults to stdout. */ |