intel: ignore missing-field-initializers warnings
We're about to remove the -Wno flag from configure.ac which will lead to a lot of unnecessary spam. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>main
parent
a9e5880b3e
commit
23667f566a
|
@ -38,6 +38,9 @@
|
||||||
#include "intel_chipset.h"
|
#include "intel_chipset.h"
|
||||||
#include "intel_bufmgr.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 for tracking drm_intel_decode state. */
|
||||||
struct drm_intel_decode {
|
struct drm_intel_decode {
|
||||||
/** stdio file where the output should land. Defaults to stdout. */
|
/** stdio file where the output should land. Defaults to stdout. */
|
||||||
|
|
Loading…
Reference in New Issue