intel: Silence several "warning: unused parameter"
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 26 Aug 2011 17:24:36 +0000 (10:24 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 9 Sep 2011 19:01:51 +0000 (12:01 -0700)
commited3040f3baa468a0e16ea1ae2e5202c18d838c8f
treed8d63a23441e7a050616c30835a58a0704def2bd
parent4d5c820b4f1b5c8f182be98ae2f3cdc993025388
intel: Silence several "warning: unused parameter"

Trivially silence the compiler by adding '(void) foo;' for each unused
parameter.  These parameters could not be removed.  They are part of
interface used elsewhere in Mesa, and some of the other customers
actually use these parameters.
src/mesa/drivers/dri/intel/intel_tex.c