intel / external-mesa

16 stars 57 forks source link

ignore some compile warning on android #82

Closed jennycao closed 6 years ago

jennycao commented 6 years ago

ignore the compile warning vendor/intel/external/mesa3d-intel/src/intel/dev/gen_device_info.c:938:43: warning: field 'base' with variable sized type 'struct drm_i915_query_topology_info' not at the end of a struct or class is a GNU extension -Wgnu-variable-sized-type-not-at-end,

ignore the compile warning vendor/intel/external/mesa3d-intel/src/intel/compiler/spirv/spirv_to_nir.c warning: suggest braces around initialization of subobject -Wmissing-braces

Tests: compilation with warning clean

Signed-off-by: jenny.q.cao jenny.q.cao@intel.com

kalyankondapally commented 6 years ago

merged