diff options
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/compiler/brw_eu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h index 2228b022404..9f1ca769bd3 100644 --- a/src/intel/compiler/brw_eu.h +++ b/src/intel/compiler/brw_eu.h @@ -374,7 +374,7 @@ brw_dp_surface_desc(const struct gen_device_info *devinfo, * interpolator function controls. */ static inline uint32_t -brw_pixel_interp_desc(const struct gen_device_info *devinfo, +brw_pixel_interp_desc(UNUSED const struct gen_device_info *devinfo, unsigned msg_type, bool noperspective, unsigned simd_mode, |