mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-30 21:20:15 +01:00
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>
This commit is contained in:
parent
a9e5880b3e
commit
23667f566a
1 changed files with 3 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue