intel/fs: Silence unused parameter warning in filter_simd
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 30 Jul 2020 00:50:03 +0000 (17:50 -0700)
committerMarge Bot <eric+marge@anholt.net>
Thu, 19 Nov 2020 21:23:53 +0000 (21:23 +0000)
commit91f7e262e1cdf6d8e5cbc8c3cd4370ad354e14ae
tree39a4613eb13fb2716c66a22f736dcc6b7c12f401
parent9f0907a4f591449de0dd7cfa4b196ce65d6aa156
intel/fs: Silence unused parameter warning in filter_simd

src/intel/compiler/brw_fs.cpp: In function ‘bool filter_simd(const nir_instr*, const void*)’:
src/intel/compiler/brw_fs.cpp:8870:50: warning: unused parameter ‘_options’ [-Wunused-parameter]
 8870 | filter_simd(const nir_instr *instr, const void * _options)
      |                                     ~~~~~~~~~~~~~^~~~~~~~

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7650>
src/intel/compiler/brw_fs.cpp