summaryrefslogtreecommitdiff
path: root/intel
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-01-12 22:09:24 +0100
committerMarek Olšák <marek.olsak@amd.com>2016-01-20 02:14:03 +0100
commit5198f2b2e658651d9cb81d67998ba7b2c39e12d7 (patch)
tree0258774709e7bb14b664bd1851b318300ce2b713 /intel
parente342c0fc250f3f16b817c43e96ab9b839fcb15c2 (diff)
configure.ac: disable annoying warning -Wmissing-field-initializers
It warns for all "{}" initializers. Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'intel')
-rw-r--r--intel/intel_decode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/intel/intel_decode.c b/intel/intel_decode.c
index e7aef742..287c3427 100644
--- a/intel/intel_decode.c
+++ b/intel/intel_decode.c
@@ -38,8 +38,6 @@
#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 {