summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/intel_module.c2
-rw-r--r--src/meson.build1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/intel_module.c b/src/intel_module.c
index 171b20d8..a71c2e40 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -388,7 +388,7 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_VGA_DEVICE(PCI_MATCH_ANY, &intel_generic_info),
#endif
- { 0, 0, 0 },
+ {},
};
void
diff --git a/src/meson.build b/src/meson.build
index 0a46e233..1125c65b 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -150,7 +150,6 @@ shared_module('intel_drv',
'-DMAJOR_IN_SYSMACROS',
'-Wno-unused-parameter',
'-Wno-sign-compare',
- '-Wno-missing-field-initializers',
],
name_prefix : '',
install_dir : join_paths(moduledir, 'drivers'),